fix transparent color
This commit is contained in:
parent
1256117c76
commit
a6548d6ba2
|
@ -143,8 +143,9 @@ const UserForm = () => {
|
|||
type='secondary'
|
||||
onPress={forgotPassword}
|
||||
testID='login-view-forgot-password'
|
||||
color={colors.fontSecondaryInfo}
|
||||
color={colors.fontInfo}
|
||||
fontSize={14}
|
||||
backgroundColor='transparent'
|
||||
/>
|
||||
) : null}
|
||||
{showRegistrationButton ? (
|
||||
|
|
Loading…
Reference in New Issue