Update coinControl.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-07-25 20:18:01 -04:00 committed by GitHub
parent 821c5b603b
commit 45777b4ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -472,7 +472,7 @@ const styles = StyleSheet.create({
modalContent: {
padding: 22,
},
modalMinHeight: Platform.OS === 'android' ? { minHeight: 400 } : {},
modalMinHeight: Platform.OS === 'android' ? { minHeight: 500 } : {},
empty: {
flex: 1,
justifyContent: 'center',