Преглед изворни кода

#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 {
         .send-button {
-            background-color: var(--chatroom-head-bg-color);
+            background-color: var(--muc-toolbar-btn-color);
         }
     }