Skip to content

Commit 75d519d

Browse files
committed
fix(Radio): button styles * 4
1 parent 92bfaf5 commit 75d519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/RadioGroup/Radio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const RadioButtonElement = tasty({
8989
preset: 't3m',
9090
border: {
9191
'': '#dark-05',
92-
checked: '#purple-text',
92+
checked: '#purple',
9393
'invalid & checked': '#danger-text',
9494
disabled: '#dark-05',
9595
'disabled & checked': '#dark-03',

0 commit comments

Comments
 (0)