Introduces AppLoading, AppTextInput, Button components redesign
This commit is contained in:
@@ -13,6 +13,16 @@ export default {
|
||||
flex: 1,
|
||||
justifyContent: 'center'
|
||||
},
|
||||
greyBorder: {
|
||||
borderColor: Colors.greyLight,
|
||||
borderRadius: 5,
|
||||
borderStyle: 'solid',
|
||||
borderWidth: 1,
|
||||
},
|
||||
marginBottom: { marginBottom: Spacing.base },
|
||||
orangeButton: {
|
||||
backgroundColor: Colors.orange,
|
||||
borderRadius: 25
|
||||
},
|
||||
segmentContainer: { marginHorizontal: Spacing.base }
|
||||
}
|
||||
Reference in New Issue
Block a user