Browse Source

[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 6 years ago
parent
commit
4ba2adf74f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/docs/options-migration.md

+ 2
- 2
docs/docs/options-migration.md View File

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