fix padding bottom sheet

This commit is contained in:
feruz 2021-01-31 16:22:21 +02:00
parent be12bf8d68
commit 13b02376ce

View File

@ -125,6 +125,8 @@ export default EStyleSheet.create({
textButton: {
color: '$primaryBlue',
fontSize: 16,
paddingVertical: 16,
paddingHorizontal: 16,
},
separator: {
backgroundColor: '$darkIconColor',
@ -139,7 +141,6 @@ export default EStyleSheet.create({
},
button: {
justifyContent: 'center',
paddingHorizontal: 16,
backgroundColor: 'transparent',
height: 50,
},