Sfoglia il codice sorgente

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin 5 anni fa
parent
commit
fd9b38d4fc
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md Vedi 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