This commit is contained in:
Mustafa Buyukcelebi 2019-05-10 15:20:03 +03:00
parent c3a4473693
commit 36759fdbc5
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ export default EStyleSheet.create({
shadowOpacity: 0.3,
shadowColor: '$shadowColor',
backgroundColor: '$primaryBackgroundColor',
maxHeight: '$deviceHeight / 2',
},
iconWrapper: {
justifyContent: 'center',

View File

@ -28,7 +28,6 @@ export default EStyleSheet.create({
marginTop: 15,
minWidth: 192,
width: 192,
maxHeight: '$deviceHeight - 200',
},
dropdownButtonStyle: {
borderColor: '$primaryGray',