Skip to content

Commit

Permalink
fix(Radio): button styles * 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi committed Dec 27, 2024
1 parent 92bfaf5 commit 75d519d
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 @@ -89,7 +89,7 @@ const RadioButtonElement = tasty({
preset: 't3m',
border: {
'': '#dark-05',
checked: '#purple-text',
checked: '#purple',
'invalid & checked': '#danger-text',
disabled: '#dark-05',
'disabled & checked': '#dark-03',
Expand Down

0 comments on commit 75d519d

Please sign in to comment.