Updated rotate icon to better match action

Tento commit je obsažen v:
Arnaud Vergnet 2020-03-28 12:26:24 +01:00
rodič fb1d2cf045
revize a533f48a12

Zobrazit soubor

@ -264,7 +264,7 @@ class TetrisScreen extends React.Component<Props, State> {
width: '100%',
}}>
<IconButton
icon="format-rotate-90"
icon="rotate-right-variant"
size={40}
onPress={() => this.logic.rotatePressed(this.updateGrid)}
style={{marginRight: 'auto'}}