Skip to content

Commit

Permalink
Fixed a color token (carbon-design-system#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritvi-bhatia17 committed Jun 25, 2024
1 parent e0d166e commit c7d1c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -2992,11 +2992,11 @@ const colorTokens = {
},
g90: {
name: 'Cyan 70 hover',
hex: '#bae6ff',
hex: '#0066bd',
},
g100: {
name: 'Cyan 70 hover',
hex: '#bae6ff',
hex: '#0066bd',
},
},
},
Expand Down Expand Up @@ -3915,4 +3915,4 @@ const colorTokens = {
},
};

export default colorTokens;
export default colorTokens;

0 comments on commit c7d1c7d

Please sign in to comment.