Add background color to left panel
This commit is contained in:
parent
d0f9694d24
commit
ec9f0a25ec
|
@ -16,6 +16,7 @@
|
||||||
border-right: 2px solid var(--grey-2);
|
border-right: 2px solid var(--grey-2);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
background: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
|
|
Loading…
Reference in New Issue