Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Dec 18, 2024
1 parent 6044cef commit 3d7a974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/src/components/token/token.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const getTokenColor = (
const lightColor = hasVisColorAdjustment
? makeHighContrastColor(iconColor)(backgroundLightColor)
: isVizColor
? shade(getIconVisColor(euiTheme, color), .3)
? shade(getIconVisColor(euiTheme, color), 0.3)
: iconColor;

const boxShadowColor = isDarkMode
Expand Down

0 comments on commit 3d7a974

Please sign in to comment.