diff --git a/Examples/2048/Game2048.js b/Examples/2048/Game2048.js index 3bc49217b..239d1dade 100644 --- a/Examples/2048/Game2048.js +++ b/Examples/2048/Game2048.js @@ -279,7 +279,7 @@ var styles = StyleSheet.create({ backgroundColor: '#eeeecc', }, tile8: { - backgroundColor: '#ffbb88', + backgroundColor: '#ffbb87', }, tile16: { backgroundColor: '#ff9966',