Browse Source

Update topBar-buttons.md (#3348)

jiangxunyue 6 years ago
parent
commit
cf654a539a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/docs/topBar-buttons.md

+ 2
- 2
docs/docs/topBar-buttons.md View File

@@ -12,7 +12,7 @@ The following options can be used to customise buttons.
12 12
   title: 'Button one',
13 13
   enabled: true,
14 14
   disableIconTint: false,
15
-  tintColor: 'red',
15
+  color: 'red',
16 16
   disabledColor: 'black',
17 17
   testID: 'buttonOneTestID'
18 18
 }
@@ -87,4 +87,4 @@ Navigation.mergeOptions(this.props.componentId, {
87 87
     rightButtons: []
88 88
   }
89 89
 });
90
-```
90
+```