Introduces AppText, Link and FramedSegment redesign
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import Colors from './colors'
|
||||
import Spacing from './spacing'
|
||||
|
||||
export default {
|
||||
bottomBorder: {
|
||||
borderStyle: 'solid',
|
||||
borderBottomWidth: 2,
|
||||
borderBottomColor: Colors.greySuperLight,
|
||||
paddingBottom: Spacing.base
|
||||
},
|
||||
centerItems: {
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
justifyContent: 'center'
|
||||
},
|
||||
marginBottom: { marginBottom: Spacing.base },
|
||||
segmentContainer: { marginHorizontal: Spacing.base }
|
||||
}
|
||||
Reference in New Issue
Block a user