Skip to content

Commit

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

Co-authored-by: Andrea N. Cardona <[email protected]>
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

1 comment on commit 9a4c522

@vercel
Copy link

@vercel vercel bot commented on 9a4c522 Jun 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.