UX: change sidebar background to secondary (#28043)

This commit is contained in:
chapoi 2024-07-23 15:56:21 +02:00 committed by GitHub
parent 04db941b76
commit 5b693c61af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
.channels-list {
height: calc(100vh - var(--header-offset));
border-right: 1px solid var(--primary-low);
background: var(--primary-very-low);
background: var(--secondary);
overflow-y: auto;
.channel-list-empty-message {