diff --git a/src-docs/src/theme_dark.scss b/src-docs/src/theme_dark.scss index a85342807af..72d97f4fe2f 100644 --- a/src-docs/src/theme_dark.scss +++ b/src-docs/src/theme_dark.scss @@ -5,3 +5,7 @@ @import '../../src/theme_dark'; @import './components/guide_components'; @import './views/suggest/global_filter_group'; + +// Elastic charts +@import '~@elastic/charts/dist/theme'; +@import '../../src/themes/charts/theme'; diff --git a/src-docs/src/theme_light.scss b/src-docs/src/theme_light.scss index 775564c155d..240403db3aa 100644 --- a/src-docs/src/theme_light.scss +++ b/src-docs/src/theme_light.scss @@ -5,3 +5,7 @@ @import '../../src/theme_light'; @import './components/guide_components'; @import './views/suggest/global_filter_group'; + +// Elastic charts +@import '~@elastic/charts/dist/theme'; +@import '../../src/themes/charts/theme';