Browse Source

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin 5 years ago
parent
commit
fd9b38d4fc
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md View File

@@ -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