Skip to content

Commit 6cd843b

Browse files
626 Removes unused darktheme css file. Only once css file should be loaded (#31)
1 parent 563be03 commit 6cd843b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Head from 'next/head';
1111
import { QueryParamProvider } from 'use-query-params';
1212

1313
import { EuiProvider, EuiThemeColorMode } from '@elastic/eui';
14-
import '@elastic/eui/dist/eui_theme_dark.min.css';
1514
import '@elastic/eui/dist/eui_theme_light.min.css';
1615
import {
1716
ApiClientContextProvider,

0 commit comments

Comments
 (0)