mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 13:47:08 -04:00
Rounded dropdown
This commit is contained in:
@@ -91,7 +91,7 @@ export default function DropdownMenu(props: {
|
||||
? 'bg-primary-100'
|
||||
: 'hover:bg-canvas-200 hover:text-ink-900',
|
||||
'text-ink-700',
|
||||
'flex w-full gap-2 px-4 py-2 text-left text-sm'
|
||||
'flex w-full gap-2 px-4 py-2 text-left text-sm rounded-md'
|
||||
)}
|
||||
>
|
||||
{item.icon && <div className="w-5">{item.icon}</div>}
|
||||
|
||||
Reference in New Issue
Block a user