Explorar el Código

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin hace 5 años
padre
commit
fd9b38d4fc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md Ver fichero

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