Left Menu: Fix background color in dark mode (#996)

This commit is contained in:
Alexander Zinchuk 2021-04-14 03:27:05 +03:00
parent 4bca53039a
commit 94bb38dbec

View File

@ -72,7 +72,7 @@
.footer {
padding: 0.5rem 0;
background: #F4F4F5;
background: var(--color-chat-hover);
color: var(--color-text-secondary);
font-size: 0.8125rem;
text-align: center;