File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<RadioGroup .Root class =" flex flex-col gap-4 text-sm font-medium" >
6
6
<div
7
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground/50 transition-colors [ & :has([data-state=checked])]:text-foreground "
7
+ class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all "
8
8
>
9
9
<RadioGroup .Item
10
10
id =" amazing"
11
11
value =" amazing"
12
- class =" shrink-0 rounded-full border-2 border-foreground/40 ring-offset-1 transition-all duration-200 sq-5 focus:outline-none focus-visible:ring-2 focus-visible:ring-foreground/70 data-[state=checked]:border-6 data-[state=checked]:border-foreground data-[state=checked]:group-hover :border-foreground"
12
+ class =" shrink-0 rounded-full border border-border-input bg-background transition-all duration-150 ease-in-out sq-5 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
13
13
/>
14
14
<Label .Root for =" amazing" >Amazing</Label .Root >
15
15
</div >
16
16
<div
17
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground/50 transition-colors [ & :has([data-state=checked])]:text-foreground "
17
+ class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all "
18
18
>
19
19
<RadioGroup .Item
20
20
id =" average"
21
21
value =" average"
22
- class =" shrink-0 rounded-full border-2 border-foreground/40 ring-offset-1 transition-all duration-200 sq-5 focus:outline-none focus-visible:ring-2 focus-visible:ring-foreground/70 data-[state=checked]:border-6 data-[state=checked]:border-foreground data-[state=checked]:group-hover:border-foreground "
22
+ class =" shrink-0 rounded-full border border-border-input bg-background transition-all duration-150 ease-in-out sq-5 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
23
23
/>
24
24
<Label .Root for =" average" >Average</Label .Root >
25
25
</div >
26
26
<div
27
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground/50 transition-colors [ & :has([data-state=checked])]:text-foreground "
27
+ class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all "
28
28
>
29
29
<RadioGroup .Item
30
30
id =" terrible"
31
31
value =" terrible"
32
- class =" shrink-0 rounded-full border-2 border-foreground/40 ring-offset-1 transition-all duration-200 sq-5 focus:outline-none focus-visible:ring-2 focus-visible:ring-foreground/70 data-[state=checked]:border-6 data-[state=checked]:border-foreground data-[state=checked]:group-hover :border-foreground"
32
+ class =" shrink-0 rounded-full border border-border-input bg-background transition-all duration-150 ease-in-out sq-5 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
33
33
/>
34
34
<Label .Root for =" terrible" >Terrible</Label .Root >
35
35
</div >
You can’t perform that action at this time.
0 commit comments