Skip to content

Commit 0499dda

Browse files
committed
Fix heading styles in drawer docs
1 parent 034f37b commit 0499dda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

versioned_docs/version-6.x/drawer-navigator.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,35 +219,35 @@ String or a function that given `{ focused: boolean, color: string }` returns a
219219

220220
Function, that given `{ focused: boolean, color: string, size: number }` returns a React.Node to display in drawer sidebar.
221221

222-
##### `drawerActiveTintColor`
222+
#### `drawerActiveTintColor`
223223

224224
Color for the icon and label in the active item in the drawer.
225225

226-
##### `drawerActiveBackgroundColor`
226+
#### `drawerActiveBackgroundColor`
227227

228228
Background color for the active item in the drawer.
229229

230-
##### `drawerInactiveTintColor`
230+
#### `drawerInactiveTintColor`
231231

232232
Color for the icon and label in the inactive items in the drawer.
233233

234-
##### `drawerInactiveBackgroundColor`
234+
#### `drawerInactiveBackgroundColor`
235235

236236
Background color for the inactive items in the drawer.
237237

238-
##### `drawerItemStyle`
238+
#### `drawerItemStyle`
239239

240240
Style object for the single item, which can contain an icon and/or a label.
241241

242-
##### `drawerLabelStyle`
242+
#### `drawerLabelStyle`
243243

244244
Style object to apply to the `Text` style inside content section which renders a label.
245245

246-
##### `drawerContentContainerStyle`
246+
#### `drawerContentContainerStyle`
247247

248248
Style object for the content section inside the `ScrollView`.
249249

250-
##### `drawerContentStyle`
250+
#### `drawerContentStyle`
251251

252252
Style object for the wrapper view.
253253

0 commit comments

Comments
 (0)