File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1071,17 +1071,25 @@ export default {
1071
1071
font-size : 16px ;
1072
1072
color : var (--chat-color );
1073
1073
margin-left : 8px ;
1074
+ width : 45px ;
1074
1075
}
1075
1076
1076
1077
.vac-icon-audio-stop {
1077
1078
border-color : var (--chat-icon-color-audio-cancel );
1078
1079
margin : 0 20px 0 10px ;
1080
+
1081
+ ::v- deep #vac- icon- close- outline {
1082
+ fill : var (--chat-icon-color-audio-cancel );
1083
+ }
1079
1084
}
1080
1085
1081
1086
.vac-icon-audio-confirm {
1082
- fill : var (--chat-icon-color-audio-confirm );
1083
1087
border-color : var (--chat-icon-color-audio-confirm );
1084
- margin : 0 13px 0 20px ;
1088
+ margin : 0 13px 0 12px ;
1089
+
1090
+ ::v- deep #vac- icon- checkmark {
1091
+ fill : var (--chat-icon-color-audio-confirm );
1092
+ }
1085
1093
}
1086
1094
}
1087
1095
You can’t perform that action at this time.
0 commit comments