We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91a02 commit 5bbeed4Copy full SHA for 5bbeed4
src/ChatWindow/ChatWindow.vue
@@ -155,7 +155,7 @@ export default {
155
border-radius: 4px;
156
display: block;
157
max-width: 100%;
158
- background: var(--chat-sidemenu-bg-color);
+ background: var(--chat-content-bg-color);
159
color: var(--chat-color);
160
overflow-wrap: break-word;
161
position: relative;
src/ChatWindow/RoomsList.vue
@@ -114,6 +114,7 @@ export default {
114
flex: 0 0 25%;
115
max-width: 25%;
116
117
+ background: var(--chat-sidemenu-bg-color);
118
}
119
120
.box-search {
0 commit comments