ADD: change buttons max size

This commit is contained in:
Ivan Vershigora 2020-09-24 13:50:08 +03:00 committed by Overtorment
parent 4d4b5ca914
commit 1b0e480037

View file

@ -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,