Skip to content
Snippets Groups Projects
Commit 19942d3a authored by bl00dymarie's avatar bl00dymarie
Browse files

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

Chore/fix styling

See merge request bloodyhealth/drip!353
parents 8065dad6 5325f071
No related branches found
No related tags found
No related merge requests found
...@@ -256,10 +256,10 @@ const styles = StyleSheet.create({ ...@@ -256,10 +256,10 @@ const styles = StyleSheet.create({
}, },
modalContainer: { modalContainer: {
flex: 1, flex: 1,
padding: Spacing.small, padding: Spacing.base,
paddingBottom: Spacing.base
}, },
modalWindow: { modalWindow: {
alignSelf: 'center',
backgroundColor: 'white', backgroundColor: 'white',
borderRadius: 10, borderRadius: 10,
marginVertical: Sizes.huge * 2, marginVertical: Sizes.huge * 2,
...@@ -284,4 +284,4 @@ const mapStateToProps = (state) => { ...@@ -284,4 +284,4 @@ const mapStateToProps = (state) => {
export default connect( export default connect(
mapStateToProps, mapStateToProps,
null, null,
)(SymptomEditView) )(SymptomEditView)
\ No newline at end of file
...@@ -89,6 +89,7 @@ const styles = StyleSheet.create({ ...@@ -89,6 +89,7 @@ const styles = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'space-between', justifyContent: 'space-between',
paddingTop: Spacing.base,
}, },
columnLeft: { columnLeft: {
...column, ...column,
...@@ -100,8 +101,6 @@ const styles = StyleSheet.create({ ...@@ -100,8 +101,6 @@ const styles = StyleSheet.create({
paddingTop: Spacing.small, paddingTop: Spacing.small,
}, },
image: { image: {
marginLeft: Spacing.large,
marginTop: Spacing.large,
resizeMode: 'contain', resizeMode: 'contain',
}, },
...@@ -110,8 +109,8 @@ const styles = StyleSheet.create({ ...@@ -110,8 +109,8 @@ const styles = StyleSheet.create({
marginBottom: Spacing.large, marginBottom: Spacing.large,
}, },
pageContainer: { pageContainer: {
marginVertical: Spacing.base, marginTop: Spacing.base * 2,
} }
}) })
export default Stats export default Stats
\ No newline at end of file
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
"babel-jest": "^24.8.0", "babel-jest": "^24.8.0",
"basic-changelog": "gitlab:bloodyhealth/basic-changelog", "basic-changelog": "gitlab:bloodyhealth/basic-changelog",
"chai": "^4.1.2", "chai": "^4.1.2",
"detox": "^13.1.1",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-react": "^7.8.2", "eslint-plugin-react": "^7.8.2",
...@@ -121,4 +120,4 @@ ...@@ -121,4 +120,4 @@
}, },
"test-runner": "mocha" "test-runner": "mocha"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment