diff --git a/docs/Tutorial.md b/docs/Tutorial.md
index 1dac5e898..4a0f9dc6e 100644
--- a/docs/Tutorial.md
+++ b/docs/Tutorial.md
@@ -89,8 +89,7 @@ var styles = StyleSheet.create({
flex: 1,
justifyContent: 'center',
alignItems: 'center',
- backgroundColor: 'white',
- paddingTop: 20,
+ backgroundColor: '#F5FCFF',
},
thumbnail: {
width: 53,
@@ -154,8 +153,7 @@ Not too much has changed, we added a container around the Texts and then moved t
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
- backgroundColor: 'white',
- paddingTop: 20,
+ backgroundColor: '#F5FCFF',
},
```
@@ -314,6 +312,7 @@ Now modify the render funtion so that once we have our data it renders a ListVie