Skip to content

Commit b5bf8c7

Browse files
committed
added missing contentClassName and contentStyle in SideNavigation NestableNavigationContent
1 parent c3e5454 commit b5bf8c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/components/sidenavigation/SideNavigation.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,8 @@ type _NestableNavigationContentProps = {
541541
goBackButtonIconStyle?: React.CSSProperties
542542
goBackButtonTitleClassName?: string
543543
goBackButtonTitleStyle?: React.CSSProperties
544+
contentClassName?: string
545+
contentStyle?: React.CSSProperties
544546
children: React.ReactNode
545547
className?: string
546548
style?: React.CSSProperties

0 commit comments

Comments
 (0)