File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 178178 <svg-icon name =" microphone-off" />
179179 </slot >
180180 <slot v-else name =" microphone-icon" >
181- <svg-icon name =" microphone" />
181+ <svg-icon name =" microphone" class = " icon-microphone " />
182182 </slot >
183183 </div >
184184 </div >
@@ -945,6 +945,10 @@ textarea {
945945 }
946946}
947947
948+ .icon-microphone {
949+ fill : var (--chat-icon-color-microphone );
950+ }
951+
948952.image-container {
949953 position : absolute ;
950954 max-width : 25% ;
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ input {
391391 height : 15px ;
392392 width : 15px ;
393393 vertical-align : middle ;
394- margin : -3px 1px 0 -1 px ;
394+ margin : -3px 1px 0 -2 px ;
395395 fill : var (--chat-room-color-message );
396396}
397397
Original file line number Diff line number Diff line change @@ -207,10 +207,6 @@ export default {
207207 fill : var (--chat-icon-color-dropdown-scroll );
208208}
209209
210- #chat-icon-microphone {
211- fill : var (--chat-icon-color-microphone );
212- }
213-
214210#chat-icon-microphone-off {
215211 fill : var (--chat-icon-color-microphone-off );
216212}
You can’t perform that action at this time.
0 commit comments