mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +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,
|
borderColor: BlueCurrentTheme.colors.lightButton,
|
||||||
margin: 10,
|
margin: 10,
|
||||||
padding: 10,
|
padding: 10,
|
||||||
maxWidth: 200,
|
maxWidth: 100,
|
||||||
maxHeight: 200,
|
maxHeight: 100,
|
||||||
},
|
},
|
||||||
coinImage: {
|
coinImage: {
|
||||||
aspectRatio: 1,
|
aspectRatio: 1,
|
||||||
|
@ -306,8 +306,8 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
diceRoot: {
|
diceRoot: {
|
||||||
aspectRatio: 1,
|
aspectRatio: 1,
|
||||||
maxWidth: 200,
|
maxWidth: 100,
|
||||||
maxHeight: 200,
|
maxHeight: 100,
|
||||||
},
|
},
|
||||||
dice: {
|
dice: {
|
||||||
margin: 3,
|
margin: 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue