Skip to content

Commit

Permalink
fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
momodaadaa99 committed Nov 20, 2024
1 parent bb8ffe0 commit 24d92a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/navbar/Navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const NavbarContainer = styled.div`
color: ${getThemePropSelector('textPrimary')};
}
box-sizing: border-box;
border-bottom: 0.5px solid ${(props) => props.theme.backgroundLevel2};
`};
`;
const NavbarMenu = styled.div`
Expand Down Expand Up @@ -121,7 +122,7 @@ const NavbarMenuItem = styled.div`
&:hover {
background-color: ${getThemePropSelector('highlight')};
}
height: ${navbarHeight};
height: auto;
font-size: ${fontSize.base};
}
.menu-item {
Expand Down

0 comments on commit 24d92a3

Please sign in to comment.