mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-16 08:51:19 -05:00
Improve button UI
This commit is contained in:
@@ -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'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user