Skip to content

Commit

Permalink
Replace changed tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 19, 2024
1 parent e05313e commit f948dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proprietary/tokens/src/components/ams/radio.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"hover-indicator": {
"stroke-width": { "value": "3px" },
"hover": {
"stroke": { "value": "{ams.color.primary-blue}" }
"stroke": { "value": "{ams.brand.color.blue.60}" }
},
"invalid": {
"hover": {
"stroke": { "value": "{ams.color.primary-red}" }
"stroke": { "value": "{ams.brand.color.red}" }
}
}
},
"circle": {
"fill": { "value": "{ams.color.primary-white}" },
"fill": { "value": "{ams.brand.color.neutral.0}" },
"stroke": { "value": "{ams.brand.color.blue.60}" },
"stroke-width": { "value": "2px" },
"disabled": {
Expand Down

0 comments on commit f948dd8

Please sign in to comment.