Showing
1 changed file
with
2 additions
and
17 deletions
| @@ -121,7 +121,7 @@ const styles = StyleSheet.create({ | @@ -121,7 +121,7 @@ const styles = StyleSheet.create({ | ||
| 121 | backgroundColor: "#FFFFFF", | 121 | backgroundColor: "#FFFFFF", |
| 122 | justifyContent: "center", | 122 | justifyContent: "center", |
| 123 | alignItems: "center", | 123 | alignItems: "center", |
| 124 | - borderRadius: 5, | 124 | + borderRadius: 10, |
| 125 | marginLeft: 20, | 125 | marginLeft: 20, |
| 126 | marginRight: 20, | 126 | marginRight: 20, |
| 127 | paddingLeft: 22, | 127 | paddingLeft: 22, |
| @@ -139,26 +139,11 @@ const styles = StyleSheet.create({ | @@ -139,26 +139,11 @@ const styles = StyleSheet.create({ | ||
| 139 | backgroundColor: "rgba(255,255,255,0)", | 139 | backgroundColor: "rgba(255,255,255,0)", |
| 140 | flexDirection: "row", | 140 | flexDirection: "row", |
| 141 | justifyContent: "center", | 141 | justifyContent: "center", |
| 142 | - alignItems: "center" | ||
| 143 | - }, | ||
| 144 | - word: { | ||
| 145 | - marginLeft: 15, | ||
| 146 | - marginRight: 15, | ||
| 147 | - fontSize: 15, | ||
| 148 | - lineHeight: 25, | ||
| 149 | - color: "white", | ||
| 150 | - backgroundColor: "rgba(0,0,0,0)" | ||
| 151 | - }, | ||
| 152 | - button: { | ||
| 153 | - width: 80, | ||
| 154 | - height: 40, | ||
| 155 | - marginTop: 20, | ||
| 156 | - backgroundColor: "rgba(0,0,0,0.2)", | ||
| 157 | - justifyContent: "center", | ||
| 158 | alignItems: "center", | 142 | alignItems: "center", |
| 159 | position: "absolute", | 143 | position: "absolute", |
| 160 | bottom: 150, | 144 | bottom: 150, |
| 161 | }, | 145 | }, |
| 146 | + | ||
| 162 | btnImg: { | 147 | btnImg: { |
| 163 | width: 13, | 148 | width: 13, |
| 164 | height: 15, | 149 | height: 15, |
-
Please register or login to post a comment