Skip to content

Commit 5bbeed4

Browse files
committed
(UI) fix background
1 parent 0d91a02 commit 5bbeed4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ChatWindow/ChatWindow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default {
155155
border-radius: 4px;
156156
display: block;
157157
max-width: 100%;
158-
background: var(--chat-sidemenu-bg-color);
158+
background: var(--chat-content-bg-color);
159159
color: var(--chat-color);
160160
overflow-wrap: break-word;
161161
position: relative;

src/ChatWindow/RoomsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export default {
114114
flex: 0 0 25%;
115115
max-width: 25%;
116116
position: relative;
117+
background: var(--chat-sidemenu-bg-color);
117118
}
118119
119120
.box-search {

0 commit comments

Comments
 (0)