Browse Source

Fix a uncommented line (#2226)

Ricardo Fuhrmann 7 years ago
parent
commit
1d9887f852
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md View File

113
   navBarHeight: 70, // Optional, set the navBar height in pixels.
113
   navBarHeight: 70, // Optional, set the navBar height in pixels.
114
   navBarTopPadding: 24, // Optional, set navBar top padding in pixels. Useful when StatusBar.translucent=true on Android Lollipop and above.
114
   navBarTopPadding: 24, // Optional, set navBar top padding in pixels. Useful when StatusBar.translucent=true on Android Lollipop and above.
115
   topTabsHeight: 70, // Optional, set topTabs height in pixels.
115
   topTabsHeight: 70, // Optional, set topTabs height in pixels.
116
-  topBarBorderColor: 'red', Optional, set a flat border under the TopBar.
116
+  topBarBorderColor: 'red', // Optional, set a flat border under the TopBar.
117
   topBarBorderWidth: 5.5, // Optional, set the width of the border.
117
   topBarBorderWidth: 5.5, // Optional, set the width of the border.
118
 }
118
 }
119
 ```
119
 ```