From b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 00:15:36 +0000 Subject: feature(mobile): A reasonablly looking signin form --- components/ui/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/ui/Button.tsx') diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index 069fe116..4c3cbc69 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -50,7 +50,7 @@ const buttonTextVariants = cva("text-center font-medium", { interface ButtonProps extends React.ComponentPropsWithoutRef, - VariantProps { + VariantProps { label: string; labelClasses?: string; } -- cgit v1.2.3-70-g09d2