Rework profile header
This commit is contained in:
@@ -5,3 +5,5 @@ export const AVIS: Record<string, ImageSourcePropType> = {
|
||||
'bob.com': require('../../../public/img/bob.jpg'),
|
||||
'carla.com': require('../../../public/img/carla.jpg'),
|
||||
}
|
||||
|
||||
export const BANNER: ImageSourcePropType = require('../../../public/img/banner.jpg')
|
||||
|
||||
@@ -5,3 +5,5 @@ export const AVIS: Record<string, ImageSourcePropType> = {
|
||||
'bob.com': {uri: '/img/bob.jpg'},
|
||||
'carla.com': {uri: '/img/carla.jpg'},
|
||||
}
|
||||
|
||||
export const BANNER: ImageSourcePropType = {uri: '/img/banner.jpg'}
|
||||
|
||||
@@ -62,6 +62,10 @@ export const s = StyleSheet.create({
|
||||
fw200: {fontWeight: '200'},
|
||||
|
||||
// font sizes
|
||||
f9: {fontSize: 9},
|
||||
f10: {fontSize: 10},
|
||||
f11: {fontSize: 11},
|
||||
f12: {fontSize: 12},
|
||||
f13: {fontSize: 13},
|
||||
f14: {fontSize: 14},
|
||||
f15: {fontSize: 15},
|
||||
|
||||
Reference in New Issue
Block a user