diff --git a/web/components/comments/dropdown-menu.tsx b/web/components/comments/dropdown-menu.tsx index bbde2a3..b090d46 100644 --- a/web/components/comments/dropdown-menu.tsx +++ b/web/components/comments/dropdown-menu.tsx @@ -89,7 +89,7 @@ export default function DropdownMenu(props: { className={clsx( selectedItemName && item.name == selectedItemName ? 'bg-primary-100' - : 'hover:bg-canvas-200 hover:text-ink-900', + : 'hover:bg-canvas-100 hover:text-ink-900', 'text-ink-700', 'flex w-full gap-2 px-4 py-2 text-left text-sm rounded-md' )}