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 178
178
<svg-icon name =" microphone-off" />
179
179
</slot >
180
180
<slot v-else name =" microphone-icon" >
181
- <svg-icon name =" microphone" />
181
+ <svg-icon name =" microphone" class = " icon-microphone " />
182
182
</slot >
183
183
</div >
184
184
</div >
@@ -945,6 +945,10 @@ textarea {
945
945
}
946
946
}
947
947
948
+ .icon-microphone {
949
+ fill : var (--chat-icon-color-microphone );
950
+ }
951
+
948
952
.image-container {
949
953
position : absolute ;
950
954
max-width : 25% ;
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ input {
391
391
height : 15px ;
392
392
width : 15px ;
393
393
vertical-align : middle ;
394
- margin : -3px 1px 0 -1 px ;
394
+ margin : -3px 1px 0 -2 px ;
395
395
fill : var (--chat-room-color-message );
396
396
}
397
397
Original file line number Diff line number Diff line change @@ -207,10 +207,6 @@ export default {
207
207
fill : var (--chat-icon-color-dropdown-scroll );
208
208
}
209
209
210
- #chat-icon-microphone {
211
- fill : var (--chat-icon-color-microphone );
212
- }
213
-
214
210
#chat-icon-microphone-off {
215
211
fill : var (--chat-icon-color-microphone-off );
216
212
}
You can’t perform that action at this time.
0 commit comments