Skip to content

Commit

Permalink
fix(SyncModal): Adjust "waiting for sync" to fill entire screen (for …
Browse files Browse the repository at this point in the history
…devices with large text settings)
  • Loading branch information
gmaclennan committed Nov 25, 2019
1 parent 21e90b8 commit ea4d8df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/frontend/screens/SyncModal/SyncView.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const styles = StyleSheet.create({
alignItems: "center"
},
searchingBoxInner: {
flex: 1,
marginTop: 20,
flexDirection: "row",
alignItems: "center"
},
Expand Down Expand Up @@ -249,9 +249,10 @@ const styles = StyleSheet.create({
searchingBox: {
backgroundColor: "#2348B2",
minHeight: 250,
flex: 1,
paddingHorizontal: 30,
flexDirection: "column",
justifyContent: "center",
justifyContent: "flex-start",
alignItems: "stretch"
}
});

0 comments on commit ea4d8df

Please sign in to comment.