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 d6bcb38 commit 6cb0ca7Copy full SHA for 6cb0ca7
core/src/themes/base/default.tokens.ts
@@ -1,6 +1,8 @@
1
import type { DefaultTheme } from '../themes.interfaces';
2
3
import { darkTheme } from './dark.tokens';
4
+import { highContrastDarkTheme } from './high-contrast-dark.tokens';
5
+import { highContrastTheme } from './high-contrast.tokens';
6
import { lightTheme } from './light.tokens';
7
8
export const defaultTheme: DefaultTheme = {
@@ -9,6 +11,8 @@ export const defaultTheme: DefaultTheme = {
9
11
palette: {
10
12
light: lightTheme,
13
dark: darkTheme,
14
+ highContrast: highContrastTheme,
15
+ highContrastDark: highContrastDarkTheme,
16
},
17
18
config: {
0 commit comments