Skip to content

Commit

Permalink
Make use of flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Sep 10, 2024
1 parent b905a8d commit eff48d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/LoginView/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default StyleSheet.create({
marginVertical: 16
},
bottomContainer: {
flexDirection: 'column',
alignItems: 'center'
flexDirection: 'column'
},
bottomContainerText: {
...sharedStyles.textRegular,
alignSelf: 'center',
fontSize: 14,
marginTop: 32
},
Expand All @@ -31,11 +31,9 @@ export default StyleSheet.create({
marginTop: 32
},
createAccountButton: {
width: '100%',
marginTop: 12
},
forgotPasswordButton: {
width: '100%',
marginTop: 12
}
});

0 comments on commit eff48d5

Please sign in to comment.