mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
fix popover height, beneficiary fit
This commit is contained in:
parent
d083384240
commit
2b2c7f4451
@ -23,7 +23,7 @@ export default EStyleSheet.create({
|
|||||||
},
|
},
|
||||||
popoverDetails: {
|
popoverDetails: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
height: 100,
|
height: 'auto',
|
||||||
borderRadius: 20,
|
borderRadius: 20,
|
||||||
paddingHorizontal: 26,
|
paddingHorizontal: 26,
|
||||||
backgroundColor: '$primaryBackgroundColor',
|
backgroundColor: '$primaryBackgroundColor',
|
||||||
@ -72,9 +72,7 @@ export default EStyleSheet.create({
|
|||||||
hideArrow: {
|
hideArrow: {
|
||||||
borderTopColor: 'transparent',
|
borderTopColor: 'transparent',
|
||||||
},
|
},
|
||||||
overlay: {
|
overlay: {},
|
||||||
backgroundColor: '#403c4449',
|
|
||||||
},
|
|
||||||
payoutValue: {
|
payoutValue: {
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
fontSize: 10,
|
fontSize: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user