Merge branch 'chore/fix-styling' into 'master'

Chore/fix styling

See merge request bloodyhealth/drip!353
This commit is contained in:
bl00dymarie
2021-02-17 22:39:40 +00:00
3 changed files with 7 additions and 9 deletions
+3 -3
View File
@@ -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)
)(SymptomEditView)
+3 -4
View File
@@ -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
export default Stats
+1 -2
View File
@@ -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"
}
}
}