Skip to content

Commit 6cb0ca7

Browse files
committed
fix(themes): add base HC and HCD
1 parent d6bcb38 commit 6cb0ca7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/themes/base/default.tokens.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type { DefaultTheme } from '../themes.interfaces';
22

33
import { darkTheme } from './dark.tokens';
4+
import { highContrastDarkTheme } from './high-contrast-dark.tokens';
5+
import { highContrastTheme } from './high-contrast.tokens';
46
import { lightTheme } from './light.tokens';
57

68
export const defaultTheme: DefaultTheme = {
@@ -9,6 +11,8 @@ export const defaultTheme: DefaultTheme = {
911
palette: {
1012
light: lightTheme,
1113
dark: darkTheme,
14+
highContrast: highContrastTheme,
15+
highContrastDark: highContrastDarkTheme,
1216
},
1317

1418
config: {

0 commit comments

Comments
 (0)