소스 검색

[v2] Fix migration topBar fontSize example on docs (#3686)

On *Migration from V1 › Options* the `navBarTextFontSize` to topBar title fontSize example was set to 'red'. This PR fixes it to the default value, 18.
Edmundo Santos 7 년 전
부모
커밋
4ba2adf74f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docs/docs/options-migration.md

+ 2
- 2
docs/docs/options-migration.md 파일 보기

17
 ```js
17
 ```js
18
 topBar: {
18
 topBar: {
19
   title: {
19
   title: {
20
-    fontSize: 'red'
20
+    fontSize: 18
21
   }
21
   }
22
 }
22
 }
23
 ```
23
 ```
582
 * navBarSubTitleTextCentered
582
 * navBarSubTitleTextCentered
583
 * collapsingToolBarImage
583
 * collapsingToolBarImage
584
 * collapsingToolBarCollapsedColor
584
 * collapsingToolBarCollapsedColor
585
-* navBarTextFontBold
585
+* navBarTextFontBold