Updated rotate icon to better match action
This commit is contained in:
parent
fb1d2cf045
commit
a533f48a12
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class TetrisScreen extends React.Component<Props, State> {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}>
|
}}>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon="format-rotate-90"
|
icon="rotate-right-variant"
|
||||||
size={40}
|
size={40}
|
||||||
onPress={() => this.logic.rotatePressed(this.updateGrid)}
|
onPress={() => this.logic.rotatePressed(this.updateGrid)}
|
||||||
style={{marginRight: 'auto'}}
|
style={{marginRight: 'auto'}}
|
||||||
|
|
Loading…
Reference in a new issue