Explorar el Código

fix optional topBar.height

yogevbd hace 6 años
padre
commit
0df978c8f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/src/interfaces/Options.ts

+ 1
- 1
lib/src/interfaces/Options.ts Ver fichero

@@ -126,7 +126,7 @@ export interface OptionsTopBarTitle {
126 126
    * Top Bar title height in densitiy pixels
127 127
    * #### (Android specific)
128 128
    */
129
-  height: number;
129
+  height?: number;
130 130
 }
131 131
 
132 132
 export interface OptionsTopBarSubtitle {