diff options
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; } |
