diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 00:15:36 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 00:15:36 +0000 |
| commit | b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 (patch) | |
| tree | a5669b5dbd08efc0fa9d1c564dd0745ac4604f08 /components/ui/Button.tsx | |
| parent | 31a8d46644606fe5778677d78c137decf5f5da45 (diff) | |
| download | karakeep-b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66.tar.zst | |
feature(mobile): A reasonablly looking signin form
Diffstat (limited to 'components/ui/Button.tsx')
| -rw-r--r-- | components/ui/Button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<typeof TouchableOpacity>, - VariantProps<typeof buttonVariants> { + VariantProps<typeof buttonVariants> { label: string; labelClasses?: string; } |
