diff --git a/x-pack/plugins/beats_management/public/index.tsx b/x-pack/plugins/beats_management/public/index.tsx index ac869eb83c6ac9..ddec386d081e77 100644 --- a/x-pack/plugins/beats_management/public/index.tsx +++ b/x-pack/plugins/beats_management/public/index.tsx @@ -15,7 +15,6 @@ import { PageRouter } from './router'; // TODO use theme provided from parentApp when kibana supports it import * as euiVars from '@elastic/eui/dist/eui_theme_k6_light.json'; -import '@elastic/eui/dist/eui_theme_light.css'; import { ThemeProvider } from 'styled-components'; function startApp(libs: FrontendLibs) { diff --git a/x-pack/plugins/infra/public/apps/start_app.tsx b/x-pack/plugins/infra/public/apps/start_app.tsx index fca8d80153dfcf..da32e65e8ffb02 100644 --- a/x-pack/plugins/infra/public/apps/start_app.tsx +++ b/x-pack/plugins/infra/public/apps/start_app.tsx @@ -15,7 +15,6 @@ import { ThemeProvider } from 'styled-components'; // TODO use theme provided from parentApp when kibana supports it import { EuiErrorBoundary } from '@elastic/eui'; import * as euiVars from '@elastic/eui/dist/eui_theme_k6_light.json'; -import '@elastic/eui/dist/eui_theme_light.css'; import { InfraFrontendLibs } from '../lib/lib'; import { PageRouter } from '../routes'; import { createStore } from '../store';