Skip to content

Commit

Permalink
update default docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Aug 30, 2024
1 parent 3cd2d45 commit 412a485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const defaultState = {
themeLanguage: THEME_LANGS[0],
// eslint-disable-next-line @typescript-eslint/no-unused-vars
changeThemeLanguage: (language: THEME_LANGUAGES['id']) => {},
theme: THEME_NAMES[0],
theme: THEME_NAMES[2],
changeTheme: (themeValue: EUI_THEME['value']) => {
applyTheme(themeValue);
},
Expand Down

0 comments on commit 412a485

Please sign in to comment.