From c77299e495b7f32de91a6b92180e113877dd3ae4 Mon Sep 17 00:00:00 2001 From: Ronnie Beggs Date: Tue, 23 Apr 2024 18:59:49 -0700 Subject: [PATCH] [fix] styling blah. --- src/Components/AuthButton/AuthButton.tsx | 2 +- src/app/(BottomTabNavigation)/Profile/index.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Components/AuthButton/AuthButton.tsx b/src/Components/AuthButton/AuthButton.tsx index 0d331d9b..e53f74df 100644 --- a/src/Components/AuthButton/AuthButton.tsx +++ b/src/Components/AuthButton/AuthButton.tsx @@ -7,7 +7,7 @@ const ButtonBase = styled.TouchableOpacity` justify-content: space-between; align-items: center; border-radius: 5px; - min-height: 41px; + min-height: 45px; width: 100%; padding-horizontal: 20px; opacity: ${({ disabled }) => (disabled ? 0.3 : 1)}; diff --git a/src/app/(BottomTabNavigation)/Profile/index.tsx b/src/app/(BottomTabNavigation)/Profile/index.tsx index 4cbfd129..62d908cb 100644 --- a/src/app/(BottomTabNavigation)/Profile/index.tsx +++ b/src/app/(BottomTabNavigation)/Profile/index.tsx @@ -122,7 +122,6 @@ function ProfileScreen() { { router.push('/Profile/LogOut'); }}