Browse Source

Improving alignment of components in register screen

master
GabrielTrettel 3 years ago
parent
commit
fc94c34521
  1. 1
      src/app/screens/RegisterScreen.js

1
src/app/screens/RegisterScreen.js

@ -594,6 +594,7 @@ const styles = StyleSheet.create({
color: colors.secondary,
},
iconField: {
alignItems: "center",
width: "100%",
flex: 1,
flexDirection: "row",

Loading…
Cancel
Save