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

@ -176,7 +176,7 @@ export function SlashInputElement({ children, ...props }: PlateElementProps) {
<InlineCombobox element={props.element} trigger="/">
<InlineComboboxInput />
<InlineComboboxContent className="dark:bg-neutral-900 dark:border dark:border-white/5">
<InlineComboboxContent>
<InlineComboboxEmpty>No results found.</InlineComboboxEmpty>
{slashCommandGroups.map(({ heading, items }) => (