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, shadowOpacity: 0.3,
shadowColor: '$shadowColor', shadowColor: '$shadowColor',
backgroundColor: '$primaryBackgroundColor', backgroundColor: '$primaryBackgroundColor',
maxHeight: '$deviceHeight / 2',
}, },
iconWrapper: { iconWrapper: {
justifyContent: 'center', justifyContent: 'center',

View File

@ -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',