Skip to content

Commit

Permalink
Make circle fill explicitly white
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 12, 2024
1 parent 6103c46 commit 3bd0d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/components/radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.ams-radio__circle {
fill: none;
fill: var(--ams-radio-circle-fill);
stroke: var(--ams-radio-circle-stroke);
stroke-width: var(--ams-radio-circle-stroke-width);
}
Expand Down
1 change: 1 addition & 0 deletions proprietary/tokens/src/components/ams/radio.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}
},
"circle": {
"fill": { "value": "{ams.color.primary-white}" },
"stroke": { "value": "{ams.color.primary-blue}" },
"stroke-width": { "value": "{ams.border.width.md}" },
"disabled": {
Expand Down

0 comments on commit 3bd0d58

Please sign in to comment.