浏览代码

refac: chat menu styling

Timothy J. Baek 1 年之前
父节点
当前提交
79a02b85a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/layout/Sidebar/ChatMenu.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/ChatMenu.svelte

@@ -14,7 +14,7 @@
 
 
 	<div slot="content">
 	<div slot="content">
 		<DropdownMenu.Content
 		<DropdownMenu.Content
-			class="w-full max-w-[130px] rounded-lg px-1 py-1.5 border border-gray-700 z-50 bg-gray-850 text-white"
+			class="w-full max-w-[130px] rounded-lg px-1 py-1.5 border border-gray-700/50 z-50 bg-gray-850 text-white"
 			sideOffset={8}
 			sideOffset={8}
 			side="bottom"
 			side="bottom"
 			align="start"
 			align="start"