Skip to content

Commit 4821ea4

Browse files
fix: RadioClasses material icon
ref konstaui#127
1 parent 82aeb7d commit 4821ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/classes/RadioClasses.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const RadioClasses = (props, colors, classes, darkClasses) => {
2323
},
2424
icon: {
2525
ios: 'text-primary',
26-
material: `w-3/5 h-3/5 rounded-full ${colors.bgCheckedMaterial}`,
26+
material: `w-3 h-3 rounded-full ${colors.bgCheckedMaterial}`,
2727
notChecked: 'opacity-0',
2828
checked: 'opacity-100',
2929
},

0 commit comments

Comments
 (0)