Explorar el Código

Fix missing closing brace in docs (#3919)

Alexander Zubko hace 6 años
padre
commit
1c4cde4950
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      docs/docs/styling.md

+ 1
- 0
docs/docs/styling.md Ver fichero

239
   },
239
   },
240
   bottomTab: {
240
   bottomTab: {
241
     selectedFontSize: 19 // Selected tab font size in sp
241
     selectedFontSize: 19 // Selected tab font size in sp
242
+  }
242
 }
243
 }
243
 ```
244
 ```
244
 
245