Skip to content

Commit

Permalink
Use pixels values in SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 12, 2024
1 parent 8d5acc4 commit 684c3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proprietary/tokens/src/components/ams/radio.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"hover-indicator": {
"stroke-width": { "value": "{ams.border.width.lg}" },
"stroke-width": { "value": "3px" },
"hover": {
"stroke": { "value": "{ams.color.primary-blue}" }
},
Expand All @@ -45,7 +45,7 @@
"circle": {
"fill": { "value": "{ams.color.primary-white}" },
"stroke": { "value": "{ams.color.primary-blue}" },
"stroke-width": { "value": "{ams.border.width.md}" },
"stroke-width": { "value": "2px" },
"disabled": {
"stroke": { "value": "{ams.color.neutral-grey3}" }
},
Expand Down

0 comments on commit 684c3e1

Please sign in to comment.