Skip to content

Commit

Permalink
Fix vega tooltip color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Feb 21, 2025
1 parent 9e7d931 commit 75bf906
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const vegaVisTooltipStyles = (euiThemeContext: UseEuiTheme) => {
'max-width',
mathWithUnits(euiTheme.size.base, (x) => x * 10)
)}
color: ${euiTheme.colors.lightShade};
${logicalTextAlignCSS('right')}
${logicalCSS('padding-right', euiTheme.size.xs)}
}
Expand Down

0 comments on commit 75bf906

Please sign in to comment.