diff --git a/app/views/LoginView/styles.ts b/app/views/LoginView/styles.ts index 4c2e775c2b..bd1b3dc231 100644 --- a/app/views/LoginView/styles.ts +++ b/app/views/LoginView/styles.ts @@ -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 }, @@ -31,11 +31,9 @@ export default StyleSheet.create({ marginTop: 32 }, createAccountButton: { - width: '100%', marginTop: 12 }, forgotPasswordButton: { - width: '100%', marginTop: 12 } });