Skip to content

Commit

Permalink
Fixes hover-primary-text hex for blue 70 (carbon-design-system#2409)
Browse files Browse the repository at this point in the history
Blue 70 should be #0043ce

Co-authored-by: Andrea N. Cardona <andreancardona@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 21, 2021
1 parent c271d6e commit 9a4c522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,11 +907,11 @@ const colorTokens = {
value: {
white: {
name: 'Blue 70',
hex: '#054ada',
hex: '#0043ce',
},
g10: {
name: 'Blue 70',
hex: '#054ada',
hex: '#0043ce',
},
g90: {
name: 'Blue 30',
Expand Down

0 comments on commit 9a4c522

Please sign in to comment.