fix selection bar coloe

This commit is contained in:
Abhinav 2022-06-11 17:08:48 +05:30
parent 70ded03e63
commit 4f0390157b

View file

@ -9,6 +9,7 @@ const NavbarBase = styled(FlexWrapper)`
left: 0;
z-index: 1;
border-bottom: 1px solid ${({ theme }) => theme.palette.divider};
background-color: ${({ theme }) => theme.palette.background.default};
`;
export default NavbarBase;