diff --git a/web/core/components/command-palette/actions/theme-actions.tsx b/web/core/components/command-palette/actions/theme-actions.tsx index 254dda42c8a..2ae81d3f316 100644 --- a/web/core/components/command-palette/actions/theme-actions.tsx +++ b/web/core/components/command-palette/actions/theme-actions.tsx @@ -42,7 +42,7 @@ export const CommandPaletteThemeActions: FC = observer((props) => { return ( <> - {THEME_OPTIONS.filter((t) => t.value !== "custom").map((theme) => ( + {THEME_OPTIONS.map((theme) => ( {