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';
88const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
99 variants : {
1010 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 ' ,
1414 } ,
1515 } ,
1616 defaultVariants : {
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { cn } from '@/lib/tailwind/utils';
99const labelVariants = cva ( 'flex items-center gap-2.5 text-primary' , {
1010 variants : {
1111 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 ' ,
1515 } ,
1616 } ,
1717 defaultVariants : {
You can’t perform that action at this time.
0 commit comments