mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix Storybook background/grid selection (#125961)
This commit is contained in:
parent
f5533008dd
commit
64a25db639
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export function registerThemeSwitcherAddon() {
|
|||
'eui-theme-css'
|
||||
) as HTMLLinkElement | null;
|
||||
|
||||
if (stylesheet) {
|
||||
if (stylesheet && globals.euiTheme) {
|
||||
stylesheet.href = `kbn-ui-shared-deps-npm.${globals.euiTheme}.css`;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue