Expand on right drawer (#769)

Ok
This commit is contained in:
Lucas Bordeau
2023-07-20 00:00:50 +02:00
committed by GitHub
parent 3336e6960d
commit c8065f82e8
13 changed files with 103 additions and 54 deletions

View File

@ -8,7 +8,7 @@ type OwnProps = {
};
const StyledContainer = styled.div`
width: 220px;
width: ${({ theme }) => theme.leftNavBarWidth};
`;
export default function MainNavbar({ children }: OwnProps) {