Skip to content

Commit

Permalink
Fix default theme (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy authored Jan 13, 2023
1 parent ac71d2b commit db0d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/components/with_theme/theme_context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { applyTheme } from '../../services';
const THEME_NAMES = OUI_THEMES.map(({ value }) => value);

const defaultState = {
theme: THEME_NAMES[2],
theme: THEME_NAMES[0],
changeTheme: (themeValue: OUI_THEME['value']) => {
applyTheme(themeValue);
},
Expand Down

0 comments on commit db0d86b

Please sign in to comment.