Skip to content

Commit 988ed53

Browse files
committed
REVERT ME: testing example
1 parent 1d29abc commit 988ed53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/eui-theme-borealis/src/variables/_overrides.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ export const overrides: _EuiThemeOverrides = {
1414
colors: {
1515
ink: PRIMITIVE_COLORS.black,
1616
ghost: PRIMITIVE_COLORS.white,
17+
// TODO: REVERT ME
18+
LIGHT: {
19+
backgroundFilledPrimary: '#00ff00',
20+
},
21+
DARK: {
22+
backgroundFilledPrimary: '#ff0000',
23+
},
1724
},
1825
},
1926
};

0 commit comments

Comments
 (0)