Updates theme options to include custom theme option (#5574)
This commit is contained in:
parent
e5ddfd322d
commit
09578c9a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const CommandPaletteThemeActions: FC<Props> = observer((props) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{THEME_OPTIONS.filter((t) => t.value !== "custom").map((theme) => (
|
{THEME_OPTIONS.map((theme) => (
|
||||||
<Command.Item
|
<Command.Item
|
||||||
key={theme.value}
|
key={theme.value}
|
||||||
onSelect={() => {
|
onSelect={() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue