Updates theme options to include custom theme option (#5574)

This commit is contained in:
Mihir 2024-09-12 14:32:14 +05:30 committed by GitHub
parent e5ddfd322d
commit 09578c9a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export const CommandPaletteThemeActions: FC<Props> = observer((props) => {
return (
<>
{THEME_OPTIONS.filter((t) => t.value !== "custom").map((theme) => (
{THEME_OPTIONS.map((theme) => (
<Command.Item
key={theme.value}
onSelect={() => {