Skip to content

Commit

Permalink
Fixes erronous grey.600 value
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkertrain committed Feb 25, 2021
1 parent f816d80 commit 9207fb8
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 225 deletions.
4 changes: 2 additions & 2 deletions data/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"300": "#F1F3F5",
"400": "#E5E9EC",
"500": "#D5DCE1",
"600": "#A5B2BD",
"600": "#C5CED6",
"700": "#B7C2CC",
"800": "#A5B2BD"
},
Expand All @@ -37,7 +37,7 @@
"300": "#F1F3F5",
"400": "#E5E9EC",
"500": "#D5DCE1",
"600": "#A5B2BD",
"600": "#C5CED6",
"700": "#B7C2CC",
"800": "#A5B2BD"
},
Expand Down
Loading

0 comments on commit 9207fb8

Please sign in to comment.