Skip to content

Commit 3d7a974

Browse files
committed
Fix lint error
1 parent 6044cef commit 3d7a974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eui/src/components/token/token.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const getTokenColor = (
6868
const lightColor = hasVisColorAdjustment
6969
? makeHighContrastColor(iconColor)(backgroundLightColor)
7070
: isVizColor
71-
? shade(getIconVisColor(euiTheme, color), .3)
71+
? shade(getIconVisColor(euiTheme, color), 0.3)
7272
: iconColor;
7373

7474
const boxShadowColor = isDarkMode

0 commit comments

Comments
 (0)