From 5dcd0b19614e8b70366c5fdb7deb0d94e338d33b Mon Sep 17 00:00:00 2001 From: Mihir <82092317+Jimmycutie@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:16:20 +0530 Subject: [PATCH] Updates theme options to include custom theme option --- 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 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) => ( {