We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e078e commit 69d1776Copy full SHA for 69d1776
pages/_app.tsx
@@ -9,6 +9,7 @@ import { QueryParamProvider } from 'use-query-params';
9
10
import type { EuiSideNavItemType } from '@elastic/eui';
11
import { EuiProvider, EuiThemeColorMode } from '@elastic/eui';
12
+import { EuiThemeAmsterdam } from '@elastic/eui';
13
import {
14
ColorModes,
15
ConfirmationDialogContextWrapper,
@@ -97,6 +98,7 @@ function CustomApp({
97
98
>
99
<WfoAuth>
100
<EuiProvider
101
+ theme={EuiThemeAmsterdam}
102
colorMode={themeMode}
103
modify={defaultOrchestratorTheme}
104
0 commit comments