refactor: enhance UI component styles and functionality in Documents filters, table shell, and editor for improved user experience and consistency

This commit is contained in:
Anish Sarkar 2026-03-08 17:43:19 +05:30
parent 0f7878a3a0
commit 5ce3790847
12 changed files with 38 additions and 34 deletions

View file

@ -189,7 +189,7 @@ export function InsertToolbarButton(props: DropdownMenuProps) {
</DropdownMenuTrigger>
<DropdownMenuContent
className="z-[100] flex max-h-[60vh] min-w-0 flex-col overflow-y-auto dark:bg-neutral-800 dark:border dark:border-neutral-700"
className="z-[100] flex max-h-[60vh] min-w-0 flex-col overflow-y-auto dark:bg-neutral-900 dark:border dark:border-white/5"
align="start"
>
{groups.map(({ group, items }) => (