diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js index b6e4195..a6e0de9 100644 --- a/components/cycle-day/symptom-edit-view.js +++ b/components/cycle-day/symptom-edit-view.js @@ -256,10 +256,10 @@ const styles = StyleSheet.create({ }, modalContainer: { flex: 1, - padding: Spacing.small, - paddingBottom: Spacing.base + padding: Spacing.base, }, modalWindow: { + alignSelf: 'center', backgroundColor: 'white', borderRadius: 10, marginVertical: Sizes.huge * 2, @@ -284,4 +284,4 @@ const mapStateToProps = (state) => { export default connect( mapStateToProps, null, -)(SymptomEditView) \ No newline at end of file +)(SymptomEditView) diff --git a/components/stats.js b/components/stats.js index 1cdcf1b..c71d979 100644 --- a/components/stats.js +++ b/components/stats.js @@ -89,6 +89,7 @@ const styles = StyleSheet.create({ alignItems: 'center', flexDirection: 'row', justifyContent: 'space-between', + paddingTop: Spacing.base, }, columnLeft: { ...column, @@ -100,8 +101,6 @@ const styles = StyleSheet.create({ paddingTop: Spacing.small, }, image: { - marginLeft: Spacing.large, - marginTop: Spacing.large, resizeMode: 'contain', }, @@ -110,8 +109,8 @@ const styles = StyleSheet.create({ marginBottom: Spacing.large, }, pageContainer: { - marginVertical: Spacing.base, + marginTop: Spacing.base * 2, } }) -export default Stats \ No newline at end of file +export default Stats diff --git a/package.json b/package.json index 66ea4ab..61e106b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "babel-jest": "^24.8.0", "basic-changelog": "gitlab:bloodyhealth/basic-changelog", "chai": "^4.1.2", - "detox": "^13.1.1", "dirty-chai": "^2.0.1", "eslint": "^5.16.0", "eslint-plugin-react": "^7.8.2", @@ -121,4 +120,4 @@ }, "test-runner": "mocha" } -} \ No newline at end of file +}