Skip to content

Commit 1787600

Browse files
authored
Fix typo from 'orderWidth' to 'borderWidth'
orderWidth is not valid and it should be changed to borderWidth
1 parent 667fa29 commit 1787600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Example:
344344
drawerItemStyle: {
345345
backgroundColor: '#9dd3c8',
346346
borderColor: 'black',
347-
orderWidth: 2,
347+
borderWidth: 2,
348348
opacity: 0.6,
349349
},
350350
```

0 commit comments

Comments
 (0)