Browse Source

Include missing backButton prop for android (#4437) (#4667)

the generic buttonColor doesn't work for android. Backbutton color is not documented, see #3454
Ezorken 6 years ago
parent
commit
56f1287094
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      docs/docs/styling.md

+ 3
- 0
docs/docs/styling.md View File

231
   },
231
   },
232
   topBar: {
232
   topBar: {
233
     height: 70, // TopBar height in dp
233
     height: 70, // TopBar height in dp
234
+    backButton: {
235
+      color: 'red'
236
+    },
234
     borderColor: 'red',
237
     borderColor: 'red',
235
     borderHeight: 1.3,
238
     borderHeight: 1.3,
236
     elevation: 1.5, // TopBar elevation in dp
239
     elevation: 1.5, // TopBar elevation in dp