[gekidou] fix: Margin b/w login error and forgot password btn (#5944)

This commit is contained in:
Suneet Srivastava 2022-02-10 23:29:09 +05:30 committed by GitHub
parent 9efa4ae062
commit ac556c66d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
borderColor: 'transparent',
},
forgotPasswordError: {
marginTop: 10,
marginTop: 30,
},
forgotPasswordTxt: {
paddingVertical: 10,