Skip to content

Commit 6a7ee2d

Browse files
committed
docs(Drawer): uploaded better photo
1 parent a0ee11e commit 6a7ee2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Loading

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,13 @@ Background color for the active item in the drawer.
345345
<img src="/assets/7.x/drawer/drawerActiveBackgroundColor.png" width="500" alt="Drawer active background color" />
346346

347347
```js
348-
drawerActiveBackgroundColor: '#939B6C',
348+
screenOptions={{
349+
drawerActiveTintColor: 'white',
350+
drawerActiveBackgroundColor: '#003CB3',
351+
drawerLabelStyle: {
352+
color: 'white',
353+
},
354+
}}
349355
```
350356

351357
#### `drawerInactiveTintColor`

0 commit comments

Comments
 (0)