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
+2 -2
View File
@@ -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,
+2 -3
View File
@@ -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({
paddingTop: Spacing.small, paddingTop: Spacing.small,
}, },
image: { image: {
marginLeft: Spacing.large,
marginTop: Spacing.large,
resizeMode: 'contain', resizeMode: 'contain',
}, },
@@ -110,7 +109,7 @@ const styles = StyleSheet.create({
marginBottom: Spacing.large, marginBottom: Spacing.large,
}, },
pageContainer: { pageContainer: {
marginVertical: Spacing.base, marginTop: Spacing.base * 2,
} }
}) })
-1
View File
@@ -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",