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, color: colors.secondary,
}, },
iconField: { iconField: {
alignItems: "center",
width: "100%", width: "100%",
flex: 1, flex: 1,
flexDirection: "row", flexDirection: "row",

Loading…
Cancel
Save