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