Skip to content

Commit

Permalink
fix: rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Nov 1, 2024
1 parent 2d26149 commit 039d924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/eui-theme-borealis/src/variables/colors/_colors_vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ export const colorVis: _EuiThemeVisColors = {
euiColorVisDanger0: SEMANTIC_COLORS.danger60,
euiColorVisDanger1: SEMANTIC_COLORS.danger30,

euiColorVisNeutral0: PRIMITIVE_COLORS.mutedGrey['10'],
euiColorVisNeutral0: PRIMITIVE_COLORS.mutedGrey10,

euiColorVisGrey0: PRIMITIVE_COLORS.blueGrey['30'],
euiColorVisGrey1: PRIMITIVE_COLORS.blueGrey['60'],
euiColorVisGrey2: PRIMITIVE_COLORS.blueGrey['90'],
euiColorVisGrey3: PRIMITIVE_COLORS.blueGrey['130'],
euiColorVisGrey0: PRIMITIVE_COLORS.blueGrey30,
euiColorVisGrey1: PRIMITIVE_COLORS.blueGrey60,
euiColorVisGrey2: PRIMITIVE_COLORS.blueGrey90,
euiColorVisGrey3: PRIMITIVE_COLORS.blueGrey130,

euiColorVisWarm0: SEMANTIC_COLORS.danger10,
euiColorVisWarm1: SEMANTIC_COLORS.danger40,
Expand Down
2 changes: 1 addition & 1 deletion packages/eui/src/components/header/header.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const euiHeaderDarkStyles = (euiThemeContext: UseEuiTheme) => {
// Specific color overrides for EuiSelectableTemplateSitewide
const selectableSitewide = {
color: euiTheme.colors.ghost,
borderColor: transparentize(euiTheme.colors.ghost, 0.3),
borderColor: euiTheme.components.headerDarkSearchBorderColor,
placeholderColor: makeHighContrastColor(
controlPlaceholderText,
8
Expand Down

0 comments on commit 039d924

Please sign in to comment.