Skip to content

Commit

Permalink
update hex values for hover-primary-text token (carbon-design-system#…
Browse files Browse the repository at this point in the history
…1611)

Update color hex for Gray 90 and Gray 100 theme

Should be Blue 30 (#a6c8ff) not Blue 60

Co-authored-by: Alison Joseph <[email protected]>
Co-authored-by: Alessandra Davila <[email protected]>
  • Loading branch information
3 people authored and natashadecoste committed May 19, 2021
1 parent 087f475 commit cd984ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,12 +877,12 @@ const colorTokens = {
hex: '#054ada',
},
g90: {
name: 'Blue 70',
hex: '#054ada',
name: 'Blue 30',
hex: '#a6c8ff',
},
g100: {
name: 'Blue 70',
hex: '#054ada',
name: 'Blue 30',
hex: '#a6c8ff',
},
},
},
Expand Down

0 comments on commit cd984ad

Please sign in to comment.