Skip to content

Commit

Permalink
fix(radio): default label color
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 8, 2023
1 parent f8337ec commit 01bb156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultRadioConfig = {
size: '5',
},
labelText: {
text: 'danger-400',
text: 'muted-400',
textSize: 'sm',
font: 'sans',
},
Expand Down

0 comments on commit 01bb156

Please sign in to comment.