From de90c546ccc8c64346e51fb806e2eae512af6659 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Mon, 29 Jun 2020 16:27:17 +0100 Subject: [PATCH] FIX: entropy screen coin image --- 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 923bc3af7..fe590be8e 100644 --- a/screen/wallets/provideEntropy.js +++ b/screen/wallets/provideEntropy.js @@ -97,15 +97,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}> + ); @@ -295,10 +291,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',