feat: toggle left menubar

This commit is contained in:
Anoop M D
2022-03-14 03:08:57 +05:30
parent 92692c766a
commit 0030a1b8d8
6 changed files with 67 additions and 24 deletions

View File

@ -1,9 +1,6 @@
import styled from 'styled-components';
const Wrapper = styled.aside`
min-width: 270px;
width: 270px;
/* background-color: #F6F8FA; */
background-color: var(--color-sidebar-background);
.collection-title {