Skip to content

Commit

Permalink
Removed unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
miukimiu committed Jul 25, 2022
1 parent 5f2583a commit b1128a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/token/token.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ export const euiTokenStyles = ({ euiTheme, colorMode }: UseEuiTheme) => ({
euiColorVis9: css(getTokenColor(euiTheme, colorMode, 9)),
gray: css(getTokenColor(euiTheme, colorMode, 'gray')),
customColor: css``,
emptyShade: css`
color: ${euiTheme.colors.emptyShade};
`,
// Fills
light: css``,
dark: css``,
Expand Down

0 comments on commit b1128a8

Please sign in to comment.