#2274 add background to send-button (#2279)

use muc-toolbar-btn-color for background
This commit is contained in:
Bernard Ngandu 2020-10-15 10:27:10 +02:00 committed by GitHub
parent 042aa3a73e
commit 055c1b1194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
.chatroom {
.send-button {
background-color: var(--chatroom-head-bg-color);
background-color: var(--muc-toolbar-btn-color);
}
}