mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-27 15:37:34 +03:00
removed unneccesary division
This commit is contained in:
parent
e7a6eec1b6
commit
c65bb287f8
@ -179,7 +179,7 @@ const styles = {
|
||||
flex: 1,
|
||||
paddingHorizontal: 7,
|
||||
backgroundColor: "#f9f9f9",
|
||||
minWidth: Dimensions.get("window").width / 1,
|
||||
minWidth: Dimensions.get("window").width,
|
||||
},
|
||||
container: {
|
||||
backgroundColor: "#F9F9F9",
|
||||
|
@ -50,7 +50,7 @@ const styles = createStyle({
|
||||
flex: 1,
|
||||
paddingHorizontal: 7,
|
||||
backgroundColor: "#f9f9f9",
|
||||
minWidth: Dimensions.get("window").width / 1,
|
||||
minWidth: Dimensions.get("window").width,
|
||||
},
|
||||
loginButton: {
|
||||
alignSelf: "center",
|
||||
|
Loading…
Reference in New Issue
Block a user