Skip to content

Commit

Permalink
Fix default theme bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xypnox committed Jul 26, 2024
1 parent 2b9ef86 commit 9659c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/themeManager/themeState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createThemeState } from "./themeStateDef";

export const themeState = createThemeState(
'xypnox',
showcaseThemes,
[defaultThemePalette, ...showcaseThemes],
generateThemeFromPalette,
cssConverter,
defaultThemePalette,
Expand Down

0 comments on commit 9659c2c

Please sign in to comment.