refactor: update loading skeleton in PlateEditor and clean up dark mode styles in various components

This commit is contained in:
Anish Sarkar 2026-04-06 17:07:26 +05:30
parent be7e73e615
commit be622c417c
5 changed files with 5 additions and 6 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-900 dark:border dark:border-white/5"
className="z-[100] flex max-h-[60vh] min-w-0 flex-col overflow-y-auto"
align="start"
>
{groups.map(({ group, items }) => (