Browse Source

white icons

pull/8/head
Tim Glasgow 2 years ago
parent
commit
a8f2791cb2
  1. 4
      squarenotsquare/src/screens/Game.js

4
squarenotsquare/src/screens/Game.js

@ -114,7 +114,7 @@ function Game(props){
>
<MaterialIcon
name={Icons.squareIcons.square}
color={Colors.material.dark}
color={Colors.material.light}
size={Metrics.icons.buttonIcon}
/>
</TouchableOpacity>
@ -129,7 +129,7 @@ function Game(props){
>
<MaterialIcon
name={shapes[index]}
color={Colors.material.dark}
color={Colors.material.light}
size={Metrics.icons.buttonIcon}
/>
</TouchableOpacity>

Loading…
Cancel
Save