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,
|
||||
shadowColor: '$shadowColor',
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
maxHeight: '$deviceHeight / 2',
|
||||
},
|
||||
iconWrapper: {
|
||||
justifyContent: 'center',
|
||||
|
@ -28,7 +28,6 @@ export default EStyleSheet.create({
|
||||
marginTop: 15,
|
||||
minWidth: 192,
|
||||
width: 192,
|
||||
maxHeight: '$deviceHeight - 200',
|
||||
},
|
||||
dropdownButtonStyle: {
|
||||
borderColor: '$primaryGray',
|
||||
|
Loading…
Reference in New Issue
Block a user