added chat bg variable and updated bg color to match design

This commit is contained in:
t1enne
2022-09-30 09:56:10 +02:00
parent e5d7690fc1
commit a9f97346a7
4 changed files with 26 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
.root {
background-color: var(--theme-color-components-chat-background);
background-color: var(--theme-color-background-chat);
display: none;
--header-h: 64px;
}