From e09aac4b07caa80022190f56808caa8f24e8813f Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Wed, 1 Jul 2020 18:46:19 +0300 Subject: [PATCH] FIX: provide entropy for D20 --- screen/wallets/provideEntropy.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/screen/wallets/provideEntropy.js b/screen/wallets/provideEntropy.js index 9768805d5..1431bab0f 100644 --- a/screen/wallets/provideEntropy.js +++ b/screen/wallets/provideEntropy.js @@ -101,15 +101,11 @@ export const convertToBuffer = ({ entropy, bits }) => { const Coin = ({ push }) => ( - push(getEntropy(0, 2))}> - - - + push(getEntropy(0, 2))} style={styles.coinBody}> + - push(getEntropy(1, 2))}> - - - + push(getEntropy(1, 2))} style={styles.coinBody}> + ); @@ -299,10 +295,13 @@ const styles = StyleSheet.create({ borderRadius: 5, borderColor: 'grey', margin: 10, + padding: 10, }, coinImage: { - flex: 0.9, aspectRatio: 1, + width: '100%', + height: '100%', + borderRadius: 75, }, diceScroll: { backgroundColor: 'white',