refactor: enhance UI components with dark mode support and streamline tooltip usage across toolbar buttons

This commit is contained in:
Anish Sarkar 2026-02-17 02:26:43 +05:30
parent 6af251a108
commit d4ad1dcae4
9 changed files with 21 additions and 26 deletions

View file

@ -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 }) => (