Updated rotate icon to better match action

This commit is contained in:
Arnaud Vergnet 2020-03-28 12:26:24 +01:00
parent fb1d2cf045
commit a533f48a12

View file

@ -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'}}