mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update coinControl.js
This commit is contained in:
parent
7dfc975819
commit
f39c6554ec
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ const styles = StyleSheet.create({
|
||||||
padding: {
|
padding: {
|
||||||
padding: 16,
|
padding: 16,
|
||||||
},
|
},
|
||||||
modalMinHeight: Platform.OS === 'android' ? { minHeight: 420 } : {},
|
modalMinHeight: Platform.OS === 'android' ? { minHeight: 490 } : {},
|
||||||
empty: {
|
empty: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|
Loading…
Add table
Reference in a new issue