We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6044cef commit 3d7a974Copy full SHA for 3d7a974
1 file changed
packages/eui/src/components/token/token.styles.ts
@@ -68,7 +68,7 @@ const getTokenColor = (
68
const lightColor = hasVisColorAdjustment
69
? makeHighContrastColor(iconColor)(backgroundLightColor)
70
: isVizColor
71
- ? shade(getIconVisColor(euiTheme, color), .3)
+ ? shade(getIconVisColor(euiTheme, color), 0.3)
72
: iconColor;
73
74
const boxShadowColor = isDarkMode
0 commit comments