[gekidou] fix: Margin b/w login error and forgot password btn (#5944)
This commit is contained in:
parent
9efa4ae062
commit
ac556c66d6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
borderColor: 'transparent',
|
||||
},
|
||||
forgotPasswordError: {
|
||||
marginTop: 10,
|
||||
marginTop: 30,
|
||||
},
|
||||
forgotPasswordTxt: {
|
||||
paddingVertical: 10,
|
||||
|
|
|
|||
Loading…
Reference in a new issue