浏览代码

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

use muc-toolbar-btn-color for background
Bernard Ngandu 4 年之前
父节点
当前提交
055c1b1194
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sass/_toolbar.scss

+ 1 - 1
sass/_toolbar.scss

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