소스 검색

Update topBar-buttons.md (#3348)

jiangxunyue 6 년 전
부모
커밋
cf654a539a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docs/docs/topBar-buttons.md

+ 2
- 2
docs/docs/topBar-buttons.md 파일 보기

@@ -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
+```