Add background color to left panel

This commit is contained in:
Andrew Kingston 2023-08-22 16:16:22 +01:00
parent d0f9694d24
commit ec9f0a25ec
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
border-right: 2px solid var(--grey-2);
display: flex;
flex-direction: column;
background: var(--background);
}
.divider {