Introduces Header redesign along with some global styles changes
This commit is contained in:
@@ -12,5 +12,10 @@ export default {
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
justifyContent: 'center'
|
||||
},
|
||||
rowContainer: {
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between'
|
||||
}
|
||||
}
|
||||
+15
-2
@@ -12,13 +12,26 @@ export const sizes = {
|
||||
title: 24
|
||||
}
|
||||
|
||||
const title = {
|
||||
color: Colors.purple,
|
||||
marginVertical: Spacing.large
|
||||
}
|
||||
|
||||
export default {
|
||||
mainText: {
|
||||
fontFamily: fonts.main,
|
||||
fontSize: sizes.base
|
||||
},
|
||||
subtitle: {
|
||||
fontSize: sizes.subtitle,
|
||||
...title
|
||||
},
|
||||
title: {
|
||||
color: Colors.purple,
|
||||
marginVertical: Spacing.large
|
||||
alignSelf: 'center',
|
||||
fontFamily: fonts.bold,
|
||||
fontWeight: '700',
|
||||
fontSize: sizes.title,
|
||||
marginHorizontal: Spacing.base,
|
||||
...title
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user