File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export const CustomCheckbox = () => {
139
139
< button
140
140
type = "button"
141
141
{ ...props }
142
- className = "flex w-full justify-between outline-none"
142
+ className = "flex w-full items-center justify-between outline-none"
143
143
>
144
144
< span className = "font-medium" > I love bears</ span >
145
145
< span
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export const WithCustomRadio = () => {
203
203
< button
204
204
type = "button"
205
205
{ ...props }
206
- className = "flex w-full justify-between outline-none"
206
+ className = "flex w-full items-center justify-between outline-none"
207
207
>
208
208
< span className = "font-medium" > { label } </ span >
209
209
< span
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const CustomCheckbox = () => {
47
47
< button
48
48
type = "button"
49
49
{ ...props }
50
- className = "flex w-full justify-between outline-none"
50
+ className = "flex w-full items-center justify-between outline-none"
51
51
>
52
52
< span className = "font-medium" > I love bears</ span >
53
53
< span
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import React from 'react';
5
5
6
6
import { cn } from '@/lib/tailwind/utils' ;
7
7
8
- const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
8
+ const labelVariants = cva ( 'flex items-start gap-2.5 text-primary' , {
9
9
variants : {
10
10
size : {
11
11
default : 'text-sm' ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const WithCustomRadio = () => {
132
132
< button
133
133
type = "button"
134
134
{ ...props }
135
- className = "flex w-full justify-between outline-none"
135
+ className = "flex w-full items-center justify-between outline-none"
136
136
>
137
137
< span className = "font-medium" > { label } </ span >
138
138
< span
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as React from 'react';
6
6
7
7
import { cn } from '@/lib/tailwind/utils' ;
8
8
9
- const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
9
+ const labelVariants = cva ( 'flex items-start gap-2.5 text-primary' , {
10
10
variants : {
11
11
size : {
12
12
default : 'text-sm' ,
You can’t perform that action at this time.
0 commit comments