Browse Source

Increasing padding of button in login screen

master
GabrielTrettel 3 years ago
parent
commit
197962518a
  1. 2
      src/app/screens/LoginScreen.js

2
src/app/screens/LoginScreen.js

@ -161,7 +161,7 @@ export default function LoginScreen(props) {
}}
>
<View flexDirection="row" alignSelf="center">
<Text style={{ color: colors.lightBlue, fontWeight: "bold" }}>
<Text style={{ color: colors.lightBlue, fontWeight: "bold", paddingVertical: 12}}>
Esqueceu a senha?
</Text>
</View>

Loading…
Cancel
Save