File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/ui-variants/src/variants Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const radioVariants = tv({
9
9
'peer size-4 shrink-0 rounded-full border shadow' ,
10
10
'focus-visible:(outline outline-2 outline-offset-2) disabled:(cursor-not-allowed opacity-50)'
11
11
] ,
12
- indicator : 'flex justify-center items-center' ,
12
+ indicator : 'flex justify-center items-center size-full ' ,
13
13
group : 'flex gap-2' ,
14
14
icon : 'size-2.5 fill-current'
15
15
} ,
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ function createRadioGroupItems(): RadioGroupItemProps[] {
28
28
</div >
29
29
<div class =" py-12px text-18px" >Radio Group Vertical</div >
30
30
<SRadioGroup orientation =" vertical" :items =" items" />
31
- <div class =" py-12px text-18px" >Checkbox Group Disabled All</div >
31
+ <div class =" py-12px text-18px" >Radio Group Disabled All</div >
32
32
<SRadioGroup :items =" items" disabled />
33
- <div class =" py-12px text-18px" >Checkbox Group Disabled Item</div >
33
+ <div class =" py-12px text-18px" >Radio Group Disabled Item</div >
34
34
<SRadioGroup >
35
35
<SRadio v-for =" item in items" :key =" item.value" v-bind =" item" :disabled =" item.value === '2'" />
36
36
</SRadioGroup >
You can’t perform that action at this time.
0 commit comments