mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
ADD: change buttons max size
This commit is contained in:
parent
4d4b5ca914
commit
1b0e480037
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue