mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 20:03:30 +02:00
refactor: enhance UI components with dark mode support and streamline tooltip usage across toolbar buttons
This commit is contained in:
parent
6af251a108
commit
d4ad1dcae4
9 changed files with 21 additions and 26 deletions
|
|
@ -362,7 +362,8 @@ export function ToolbarMenuGroup({
|
|||
<DropdownMenuSeparator
|
||||
className={cn(
|
||||
'hidden',
|
||||
'mb-0 shrink-0 peer-has-[[role=menuitem]]/menu-group:block peer-has-[[role=menuitemradio]]/menu-group:block peer-has-[[role=option]]/menu-group:block'
|
||||
'mb-0 mx-2 shrink-0 peer-has-[[role=menuitem]]/menu-group:block peer-has-[[role=menuitemradio]]/menu-group:block peer-has-[[role=option]]/menu-group:block',
|
||||
'dark:bg-neutral-700'
|
||||
)}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue