Small game UI improvements

Este commit está contenido en:
Arnaud Vergnet 2020-07-19 10:46:30 +02:00
padre 1780ab886e
commit de41a57930
Se han modificado 2 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -46,6 +46,7 @@ class GridComponent extends React.Component<Props> {
return (
<View style={{
aspectRatio: this.props.width / this.props.height,
borderRadius: 4,
...this.props.style
}}>
{this.getGrid()}

Ver fichero

@ -30,6 +30,7 @@ class Preview extends React.PureComponent<Props> {
style={{
marginRight: 5,
marginLeft: 5,
marginBottom: 5,
}}
key={index.toString()}
/>;