diff --git a/Examples/TicTacToe/TicTacToeApp.js b/Examples/TicTacToe/TicTacToeApp.js index 6d5c460cbe..3b562194a0 100755 --- a/Examples/TicTacToe/TicTacToeApp.js +++ b/Examples/TicTacToe/TicTacToeApp.js @@ -305,7 +305,7 @@ var styles = StyleSheet.create({ textAlign: 'center', }, newGame: { - backgroundColor: '#887766', + backgroundColor: '#887765', padding: 20, borderRadius: 5, },