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

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin пре 5 година
родитељ
комит
fd9b38d4fc
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md Прегледај датотеку

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