mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
Fix for #807
This commit is contained in:
parent
c3a4473693
commit
36759fdbc5
@ -24,6 +24,7 @@ export default EStyleSheet.create({
|
|||||||
shadowOpacity: 0.3,
|
shadowOpacity: 0.3,
|
||||||
shadowColor: '$shadowColor',
|
shadowColor: '$shadowColor',
|
||||||
backgroundColor: '$primaryBackgroundColor',
|
backgroundColor: '$primaryBackgroundColor',
|
||||||
|
maxHeight: '$deviceHeight / 2',
|
||||||
},
|
},
|
||||||
iconWrapper: {
|
iconWrapper: {
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
@ -28,7 +28,6 @@ export default EStyleSheet.create({
|
|||||||
marginTop: 15,
|
marginTop: 15,
|
||||||
minWidth: 192,
|
minWidth: 192,
|
||||||
width: 192,
|
width: 192,
|
||||||
maxHeight: '$deviceHeight - 200',
|
|
||||||
},
|
},
|
||||||
dropdownButtonStyle: {
|
dropdownButtonStyle: {
|
||||||
borderColor: '$primaryGray',
|
borderColor: '$primaryGray',
|
||||||
|
Loading…
Reference in New Issue
Block a user