Skip to content

Commit

Permalink
[fix] styling blah.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniebeggs committed Apr 24, 2024
1 parent 9e5e916 commit c77299e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/AuthButton/AuthButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)};
Expand Down
1 change: 0 additions & 1 deletion src/app/(BottomTabNavigation)/Profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ function ProfileScreen() {
</View>

<ButtonBlack
style={{ height: 45 }}
onPress={() => {
router.push('/Profile/LogOut');
}}
Expand Down

0 comments on commit c77299e

Please sign in to comment.