File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ import { cn } from '@/lib/tailwind/utils';
8
8
const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
9
9
variants : {
10
10
size : {
11
- default : 'text-base ' ,
12
- sm : 'gap-2 text-sm ' ,
13
- lg : 'gap-3 text-lg ' ,
11
+ default : 'text-sm ' ,
12
+ sm : 'gap-2 text-xs ' ,
13
+ lg : 'gap-3 text-base ' ,
14
14
} ,
15
15
} ,
16
16
defaultVariants : {
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { cn } from '@/lib/tailwind/utils';
9
9
const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
10
10
variants : {
11
11
size : {
12
- default : 'text-base ' ,
13
- sm : 'gap-2 text-sm ' ,
14
- lg : 'gap-3 text-lg ' ,
12
+ default : 'text-sm ' ,
13
+ sm : 'gap-2 text-xs ' ,
14
+ lg : 'gap-3 text-base ' ,
15
15
} ,
16
16
} ,
17
17
defaultVariants : {
You can’t perform that action at this time.
0 commit comments