mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +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
|
|
@ -195,7 +195,7 @@ export function InsertToolbarButton(props: DropdownMenuProps) {
|
|||
</DropdownMenuTrigger>
|
||||
|
||||
<DropdownMenuContent
|
||||
className="flex max-h-[300px] min-w-0 flex-col overflow-y-scroll"
|
||||
className="flex max-h-[300px] min-w-0 flex-col overflow-y-scroll dark:bg-neutral-800 dark:border dark:border-neutral-700"
|
||||
align="start"
|
||||
>
|
||||
{groups.map(({ group, items }) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue