Skip to content

Commit a1863df

Browse files
committed
Get the heights right
1 parent 7f67f56 commit a1863df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { WithAsChild } from "../types/as-child";
66
import type { VariantProps } from "../types/variant-props";
77

88
const buttonVariants = cva(
9-
"inline-flex items-center justify-center rounded-md font-medium focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 h-10 px-3 border whitespace-nowrap sm:text-sm",
9+
"inline-flex items-center justify-center rounded-md font-medium focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 h-11 sm:h-9 px-3 border whitespace-nowrap sm:text-sm",
1010
{
1111
variants: {
1212
appearance: {

0 commit comments

Comments
 (0)