fix transparent color

This commit is contained in:
GleidsonDaniel 2024-03-27 11:31:27 -03:00
parent 1256117c76
commit a6548d6ba2
1 changed files with 2 additions and 1 deletions

View File

@ -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 ? (