We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29abc commit 988ed53Copy full SHA for 988ed53
1 file changed
packages/eui-theme-borealis/src/variables/_overrides.ts
@@ -14,6 +14,13 @@ export const overrides: _EuiThemeOverrides = {
14
colors: {
15
ink: PRIMITIVE_COLORS.black,
16
ghost: PRIMITIVE_COLORS.white,
17
+ // TODO: REVERT ME
18
+ LIGHT: {
19
+ backgroundFilledPrimary: '#00ff00',
20
+ },
21
+ DARK: {
22
+ backgroundFilledPrimary: '#ff0000',
23
24
},
25
26
};
0 commit comments