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 = () => {
139139 < button
140140 type = "button"
141141 { ...props }
142- className = "flex w-full justify-between outline-none"
142+ className = "flex w-full items-center justify-between outline-none"
143143 >
144144 < span className = "font-medium" > I love bears</ span >
145145 < span
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export const WithCustomRadio = () => {
203203 < button
204204 type = "button"
205205 { ...props }
206- className = "flex w-full justify-between outline-none"
206+ className = "flex w-full items-center justify-between outline-none"
207207 >
208208 < span className = "font-medium" > { label } </ span >
209209 < span
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const CustomCheckbox = () => {
4747 < button
4848 type = "button"
4949 { ...props }
50- className = "flex w-full justify-between outline-none"
50+ className = "flex w-full items-center justify-between outline-none"
5151 >
5252 < span className = "font-medium" > I love bears</ span >
5353 < span
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import React from 'react';
55
66import { cn } from '@/lib/tailwind/utils' ;
77
8- const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
8+ const labelVariants = cva ( 'flex items-start gap-2.5 text-primary' , {
99 variants : {
1010 size : {
1111 default : 'text-sm' ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const WithCustomRadio = () => {
132132 < button
133133 type = "button"
134134 { ...props }
135- className = "flex w-full justify-between outline-none"
135+ className = "flex w-full items-center justify-between outline-none"
136136 >
137137 < span className = "font-medium" > { label } </ span >
138138 < span
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as React from 'react';
66
77import { cn } from '@/lib/tailwind/utils' ;
88
9- const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
9+ const labelVariants = cva ( 'flex items-start gap-2.5 text-primary' , {
1010 variants : {
1111 size : {
1212 default : 'text-sm' ,
You can’t perform that action at this time.
0 commit comments