From e514ef1704d04afc4e910c70127cd6b479b4b55c Mon Sep 17 00:00:00 2001 From: G Date: Fri, 26 Apr 2024 15:44:45 +0000 Subject: [PATCH] pressing the button actually do something now --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 9f4eeb2..47faf3e 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -13,7 +13,7 @@ type Props = BoxProps & const Button = ({ onPress, label, textVariants, variant, ...rest }: Props) => { return ( - + {label} -- libgit2 0.27.1