File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function CheckMultiple(p: CheckMultipleProps) {
3838 "ring-offset-background" ,
3939 "rounded-md" ,
4040 "focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2" ,
41- "flex flex-col items-center justify-center gap-1" , // layout
41+ "flex flex-col justify-center gap-1" , // layout
4242 p . class ,
4343 ) }
4444 >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function CheckSingle(p: CheckSingleProps) {
3838 "ring-offset-background" ,
3939 "rounded-md" ,
4040 "focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2" ,
41- "flex flex-col items-center justify-center gap-1" , // layout
41+ "flex flex-col justify-center gap-1" , // layout
4242 p . class ,
4343 ) }
4444 >
You can’t perform that action at this time.
0 commit comments