Skip to content

Commit

Permalink
fix(Radio): button styles * 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi committed Dec 27, 2024
1 parent 0442808 commit 92bfaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/RadioGroup/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const RadioNormalElement = tasty({
'disabled & checked': '#dark.12',
},
border: {
'': '#dark-03',
'': '#dark-04',
checked: '#purple-text',
invalid: '#danger-text.50',
disabled: '#dark.12',
Expand Down

0 comments on commit 92bfaf5

Please sign in to comment.