Преглед изворни кода

[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 година
родитељ
комит
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