Browse Source

white app bg color

Artal Druk 8 years ago
parent
commit
16a5bf5dc0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/app.js

+ 1
- 1
example/app.js View File

58
   container: {
58
   container: {
59
     flex: 1,
59
     flex: 1,
60
     flexDirection: 'column',
60
     flexDirection: 'column',
61
-    backgroundColor: '#F5FCFF',
61
+    backgroundColor: '#ffffff',
62
     paddingTop: 40
62
     paddingTop: 40
63
   },
63
   },
64
   richText: {
64
   richText: {