Parcourir la source

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin il y a 6 ans
Parent
révision
fd9b38d4fc
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md Voir le fichier

@@ -522,7 +522,9 @@ Title alignment
522 522
 
523 523
 ```js
524 524
 topBar: {
525
-  alignment: 'center'|'fill'
525
+  title: {
526
+    alignment: 'center'|'fill'
527
+  }
526 528
 }
527 529
 ```
528 530