We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9cd4 commit 76356e2Copy full SHA for 76356e2
app/components/ui/checkbox.tsx
@@ -5,7 +5,7 @@ import React from 'react';
5
6
import { cn } from '@/lib/tailwind/utils';
7
8
-const labelVariants = cva('flex items-center gap-2.5 text-primary', {
+const labelVariants = cva('flex items-start gap-2.5 text-primary', {
9
variants: {
10
size: {
11
default: 'text-sm',
app/components/ui/radio-group.tsx
@@ -6,7 +6,7 @@ import * as React from 'react';
12
0 commit comments