Skip to content

Commit 69d1776

Browse files
1938 Overrides default base theme after EUI changed their default theme
1 parent 41e078e commit 69d1776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { QueryParamProvider } from 'use-query-params';
99

1010
import type { EuiSideNavItemType } from '@elastic/eui';
1111
import { EuiProvider, EuiThemeColorMode } from '@elastic/eui';
12+
import { EuiThemeAmsterdam } from '@elastic/eui';
1213
import {
1314
ColorModes,
1415
ConfirmationDialogContextWrapper,
@@ -97,6 +98,7 @@ function CustomApp({
9798
>
9899
<WfoAuth>
99100
<EuiProvider
101+
theme={EuiThemeAmsterdam}
100102
colorMode={themeMode}
101103
modify={defaultOrchestratorTheme}
102104
>

0 commit comments

Comments
 (0)