Skip to content

Commit

Permalink
chore add explicit theme overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 20, 2024
1 parent c913011 commit ca74ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type ThemeTags = readonly ThemeTag[];
* An array of theme tags available in Kibana by default when not customized
* using KBN_OPTIMIZER_THEMES environment variable.
*/
export const DEFAULT_THEME_TAGS: ThemeTags = ThemeAmsterdamTags;
export const DEFAULT_THEME_TAGS: ThemeTags = SUPPORTED_THEME_TAGS;

export const FALLBACK_THEME_TAG: ThemeTag = 'v8light';

Expand Down

0 comments on commit ca74ef7

Please sign in to comment.