Small game UI improvements

這個提交存在於:
Arnaud Vergnet 2020-07-19 10:46:30 +02:00
父節點 1780ab886e
當前提交 de41a57930
共有 2 個檔案被更改,包括 2 行新增0 行删除

查看文件

@ -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()}

查看文件

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