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

Loading…
Cancel
Save