Skip to content

Commit

Permalink
feat(data): update light ratings colors
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Nov 14, 2024
1 parent 8c04b23 commit d261b8b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,16 +1269,16 @@
},
"reviews": {
"default": {
"value": "{primitives.colors.green}",
"value": "{modes.color.status.success.default}",
"type": "color"
},
"defaultAlt": {
"value": "linear-gradient(90deg, #008047 0%, #008047 50%, #A6A6A6 50%, #A6A6A6 100%)",
"value": "linear-gradient(90deg, #008047 0%, #008047 50%, #D1D1D1 50%, #D1D1D1 100%)",
"type": "color",
"description": "half fill"
},
"hover": {
"value": "{modes.color.status.success.default}",
"value": "{modes.color.status.success.hover}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -1289,8 +1289,7 @@
"color": "{modes.color.modifier.contrastMore}"
}
}
},
"description": "used on pill hover states"
}
}
}
},
Expand Down

0 comments on commit d261b8b

Please sign in to comment.