Introduces License and About components redesign
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
Reference in New Issue
Block a user