Skip to content

Commit ca2e5c3

Browse files
committed
fix(theme-borealis): value for primary90 in light mode
1 parent 2e277f0 commit ca2e5c3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/eui-theme-borealis/changelogs/upcoming/8769.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
- `components.dataGridRowBackground`
66
- `components.dataGridRowBackgroundSelectHover`
77
- Updated values for tokens:
8+
- `colors.borderStrongPrimary` (light)
89
- `components.tableRowBackgroundSelectedHover`
910
- `components.tableRowInteractiveBackgroundFocus`

packages/eui-theme-borealis/src/variables/colors/_colors_light.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const border_colors: _EuiThemeBorderColors = {
164164
borderBaseFormsColorSwatch: SEMANTIC_COLORS.shade100Alpha24,
165165
borderBaseFormsControl: SEMANTIC_COLORS.shade60,
166166

167-
borderStrongPrimary: SEMANTIC_COLORS.primary100,
167+
borderStrongPrimary: SEMANTIC_COLORS.primary90,
168168
borderStrongAccent: SEMANTIC_COLORS.accent100,
169169
borderStrongAccentSecondary: SEMANTIC_COLORS.accentSecondary100,
170170
borderStrongNeutral: SEMANTIC_COLORS.neutral100,

0 commit comments

Comments
 (0)