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,7 +17,7 @@ Title font size
17 17
 ```js
18 18
 topBar: {
19 19
   title: {
20
-    fontSize: 'red'
20
+    fontSize: 18
21 21
   }
22 22
 }
23 23
 ```
@@ -582,4 +582,4 @@ topBar: {
582 582
 * navBarSubTitleTextCentered
583 583
 * collapsingToolBarImage
584 584
 * collapsingToolBarCollapsedColor
585
-* navBarTextFontBold
585
+* navBarTextFontBold