mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Remove direct usage of EUI theme vars (#116232) Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # src/plugins/discover/public/application/components/discover_grid/discover_grid_document_selection.tsx # x-pack/plugins/apm/ftr_e2e/cypress/integration/read_only_user/service_inventory/service_inventory.spec.ts # x-pack/plugins/apm/public/application/uxApp.tsx * commit using @elastic.co
This commit is contained in:
parent
2ed71ef050
commit
7595121751
75 changed files with 148 additions and 129 deletions
|
@ -7,8 +7,10 @@
|
|||
|
||||
import d3 from 'd3';
|
||||
import { useMemo } from 'react';
|
||||
import euiThemeLight from '@elastic/eui/dist/eui_theme_light.json';
|
||||
import euiThemeDark from '@elastic/eui/dist/eui_theme_dark.json';
|
||||
import {
|
||||
euiLightVars as euiThemeLight,
|
||||
euiDarkVars as euiThemeDark,
|
||||
} from '@kbn/ui-shared-deps-src/theme';
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue