mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
fix padding bottom sheet
This commit is contained in:
parent
be12bf8d68
commit
13b02376ce
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user