Skip to content

Commit

Permalink
MWB-906: fix side-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBerserk committed Dec 12, 2024
1 parent b00dfed commit 1163def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const SideNavItem = (props) => {
...(depth >= -1 && {
borderTopRightRadius: 0,
borderBottomRightRadius: 0,
paddingRight: '12px',
borderRight: '4px solid var(--nav-item-icon-active-color)',

})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const SideNav = (props) => {
backgroundColor: 'var(--nav-bg)',
color: 'var(--nav-color)',
width: small ? SIDE_NAV_WIDTH_SMALL : SIDE_NAV_WIDTH,
borderRight: '1px solid #E4E7EC'
borderRight: '1px solid var(--nav-border-color)'
}
}}
variant="permanent"
Expand Down

0 comments on commit 1163def

Please sign in to comment.