Skip to content

Commit

Permalink
grey colors more accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Jan 8, 2024
1 parent 438d5cd commit 606b33b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"description": "grey6"
},
"backgroundSkeleton": {
"value": "{palette.grey2}",
"value": "{palette.grey4}",
"type": "color",
"description": "grey2"
"description": "grey4"
},
"backgroundSkeletonInverse": {
"value": "{palette.vivoPurpleDark}",
Expand Down Expand Up @@ -336,9 +336,9 @@
"description": "white"
},
"divider": {
"value": "{palette.grey2}",
"value": "{palette.grey3}",
"type": "color",
"description": "grey2"
"description": "grey3"
},
"dividerInverse": {
"value": "rgba({palette.white}, 0.2)",
Expand Down Expand Up @@ -1356,7 +1356,7 @@
"type": "color"
},
"grey4": {
"value": "#999999",
"value": "#949494",
"type": "color"
},
"grey5": {
Expand Down

0 comments on commit 606b33b

Please sign in to comment.