Update buttons styling to make them not that horizontally big
This commit is contained in:
@@ -58,10 +58,11 @@ const textSmall = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const button = {
|
const button = {
|
||||||
alignItems: 'center',
|
alignSelf: 'center',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
marginVertical: Spacing.base,
|
marginTop: Spacing.base,
|
||||||
|
paddingHorizontal: Spacing.base,
|
||||||
minWidth: '15%'
|
minWidth: '15%'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user