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
   title: 'Button one',
12
   title: 'Button one',
13
   enabled: true,
13
   enabled: true,
14
   disableIconTint: false,
14
   disableIconTint: false,
15
-  tintColor: 'red',
15
+  color: 'red',
16
   disabledColor: 'black',
16
   disabledColor: 'black',
17
   testID: 'buttonOneTestID'
17
   testID: 'buttonOneTestID'
18
 }
18
 }
87
     rightButtons: []
87
     rightButtons: []
88
   }
88
   }
89
 });
89
 });
90
-```
90
+```