Skip to content

Commit

Permalink
fix: revert grid border color change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Dec 18, 2024
1 parent 5d8a41c commit 6ff8813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/eui-theme-borealis/src/variables/_components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const component_colors: _EuiThemeComponentColors = {
collapsibleNavGroupBackgroundDark:
dark_background_colors.backgroundBaseSubdued,

dataGridBorderColor: border_colors.borderBasePlain,
dataGridVerticalLineBorderColor: border_colors.borderBasePlain,
dataGridBorderColor: border_colors.borderBaseSubdued,
dataGridVerticalLineBorderColor: border_colors.borderBaseSubdued,
dataGridRowBackgroundStriped: background_colors.backgroundBaseSubdued,
dataGridRowBackgroundHover: background_colors.backgroundBaseInteractiveHover,
dataGridRowBackgroundSelect:
Expand Down Expand Up @@ -209,7 +209,8 @@ export const components: _EuiThemeComponents = {
collapsibleNavGroupBackgroundDark:
dark_background_colors.backgroundBaseSubdued,

dataGridVerticalLineBorderColor: dark_border_colors.borderBasePlain,
dataGridBorderColor: dark_border_colors.borderBaseSubdued,
dataGridVerticalLineBorderColor: dark_border_colors.borderBaseSubdued,
dataGridRowBackgroundStriped: dark_background_colors.backgroundBaseSubdued,
dataGridRowBackgroundHover:
dark_background_colors.backgroundBaseInteractiveHover,
Expand Down

0 comments on commit 6ff8813

Please sign in to comment.