Skip to content

Commit 36365c1

Browse files
committed
docs: Update NavigationView example
1 parent 8189635 commit 36365c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/routes/Components/NavigationView/SimpleExample.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export default class SimpleExample extends React.Component<React.HTMLAttributes<
3333
pageTitle="San Francisco"
3434
displayMode="overlay"
3535
autoResize={false}
36-
background="none"
37-
initWidth={0}
36+
background={theme.listLow}
37+
initWidth={48}
3838
navigationTopNodes={navigationTopNodes}
3939
navigationBottomNodes={navigationBottomNode}
4040
focusNavigationNodeIndex={3}

0 commit comments

Comments
 (0)