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,6 +239,7 @@ Navigation.mergeOptions(this.props.componentId, {
239 239
   },
240 240
   bottomTab: {
241 241
     selectedFontSize: 19 // Selected tab font size in sp
242
+  }
242 243
 }
243 244
 ```
244 245