From 1b0e4800372e8804a49ca6210a365b44ca409df4 Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Thu, 24 Sep 2020 13:50:08 +0300 Subject: [PATCH] ADD: change buttons max size --- screen/wallets/provideEntropy.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screen/wallets/provideEntropy.js b/screen/wallets/provideEntropy.js index 115d72d4d..e3b69e294 100644 --- a/screen/wallets/provideEntropy.js +++ b/screen/wallets/provideEntropy.js @@ -288,8 +288,8 @@ const styles = StyleSheet.create({ borderColor: BlueCurrentTheme.colors.lightButton, margin: 10, padding: 10, - maxWidth: 200, - maxHeight: 200, + maxWidth: 100, + maxHeight: 100, }, coinImage: { aspectRatio: 1, @@ -306,8 +306,8 @@ const styles = StyleSheet.create({ }, diceRoot: { aspectRatio: 1, - maxWidth: 200, - maxHeight: 200, + maxWidth: 100, + maxHeight: 100, }, dice: { margin: 3,