Browse Source

Fix missing closing brace in docs (#3919)

Alexander Zubko 6 years ago
parent
commit
1c4cde4950
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docs/docs/styling.md

+ 1
- 0
docs/docs/styling.md View File

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