Update buttons styling to make them not that horizontally big

This commit is contained in:
MariaZ
2022-02-06 11:19:08 +01:00
committed by BloodyMarie
parent 272b1f387d
commit 3c02dd77bb
+3 -2
View File
@@ -58,10 +58,11 @@ const textSmall = {
}
const button = {
alignItems: 'center',
alignSelf: 'center',
flexDirection: 'row',
justifyContent: 'center',
marginVertical: Spacing.base,
marginTop: Spacing.base,
paddingHorizontal: Spacing.base,
minWidth: '15%'
}