Skip to content

Commit

Permalink
Changed margin for footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
dyland88 committed Mar 6, 2024
1 parent cf13413 commit c0fa92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/Auth/LoginScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ const styles = StyleSheet.create({
width: "100%",
justifyContent: "flex-start",
alignItems: "center",
padding: Dimensions.get("window").width * 0.11,
paddingHorizontal: Dimensions.get("window").width * 0.11,
paddingVertical: Dimensions.get("window").height * 0.01,
backgroundColor: "white",
gap: Dimensions.get("window").height * 0.029,
},
Expand Down Expand Up @@ -228,7 +229,7 @@ const styles = StyleSheet.create({
alignItems: "flex-start",
width: "100%",
marginBottom: Dimensions.get("window").height * 0.016,
marginTop: Dimensions.get("window").height * 0.14,
marginTop: Dimensions.get("window").height * 0.18,
},

header_text: {
Expand Down Expand Up @@ -269,7 +270,6 @@ const styles = StyleSheet.create({
gap: 7,
flex: 1,
paddingBottom: Dimensions.get("window").height * 0.01,
flexWrap: "nowrap",
},
divider_container: {
flexDirection: "row",
Expand Down

0 comments on commit c0fa92a

Please sign in to comment.