Browse Source

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

use muc-toolbar-btn-color for background
Bernard Ngandu 4 năm trước cách đây
mục cha
commit
055c1b1194
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sass/_toolbar.scss

+ 1 - 1
sass/_toolbar.scss

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