Introduces License and About components redesign

This commit is contained in:
mashazyu
2020-03-23 10:48:12 +01:00
committed by Sofiya Tepikin
parent 3f8f6dbbe6
commit 4f30db69f3
6 changed files with 98 additions and 46 deletions
+5 -1
View File
@@ -5,7 +5,7 @@ export default {
bottomBorder: {
borderStyle: 'solid',
borderBottomWidth: 2,
borderBottomColor: Colors.greySuperLight,
borderBottomColor: Colors.greyLight,
paddingBottom: Spacing.base
},
centerItems: {
@@ -24,5 +24,9 @@ export default {
backgroundColor: Colors.orange,
borderRadius: 25
},
page: {
backgroundColor: Colors.greenSuperLight,
flex: 1
},
segmentContainer: { marginHorizontal: Spacing.base }
}