From 8e9b70aa86137d4af940ae9049aea117750ff5ce Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 11 Feb 2016 08:31:45 -0800 Subject: [PATCH] Bot testing: Update TicTacToeApp.js Summary: Just testing the shipit bot Closes https://github.com/facebook/react-native/pull/5843 Reviewed By: svcscm Differential Revision: D2917790 Pulled By: mkonicek fb-gh-sync-id: f73a9bf3aee82d1074f68d650f2bf30ac720a66d shipit-source-id: f73a9bf3aee82d1074f68d650f2bf30ac720a66d --- Examples/TicTacToe/TicTacToeApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/TicTacToe/TicTacToeApp.js b/Examples/TicTacToe/TicTacToeApp.js index 6d5c460cb..3b562194a 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, },