Skip to content

Commit

Permalink
typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
shall0pass committed Feb 9, 2024
1 parent f4adf1a commit 6d86e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/ThemeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function ThemeSelector({ style }: ThemeSelectorProps) {
light: SvgSun,
dark: SvgMoonStars,
auto: SvgSystem,
midnight: SvgMoonStars,
} as const;

async function onMenuSelect(newTheme: string) {
Expand Down

0 comments on commit 6d86e23

Please sign in to comment.