소스 검색

#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);
         }
     }