From 09578c9a7d110fd0e2b632307cc5150fadc4ad4b Mon Sep 17 00:00:00 2001 From: Mihir <82092317+Jimmycutie@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:32:14 +0530 Subject: [PATCH] Updates theme options to include custom theme option (#5574) --- web/core/components/command-palette/actions/theme-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/command-palette/actions/theme-actions.tsx b/web/core/components/command-palette/actions/theme-actions.tsx index 254dda42c..2ae81d3f3 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) => ( {