File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import * as React from "react";
5
5
import { cn } from "@/utils/styling.utils" ;
6
6
7
7
const buttonVariants = cva (
8
- "inline-flex items-center justify-center whitespace-nowrap rounded-md font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" ,
8
+ "inline-flex items-center justify-center rounded-md font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" ,
9
9
{
10
10
variants : {
11
11
variant : {
@@ -17,7 +17,7 @@ const buttonVariants = cva(
17
17
link : "text-primary underline-offset-4 hover:underline" ,
18
18
} ,
19
19
size : {
20
- default : "h-10 px-4 py-2" ,
20
+ default : "min- h-10 px-4 py-2" ,
21
21
sm : "h-9 rounded-md px-3" ,
22
22
lg : "h-11 rounded-md px-8" ,
23
23
icon : "h-10 w-10" ,
You can’t perform that action at this time.
0 commit comments