mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Fixed message badge color
parent
c82d7315ef
commit
2ea61d05a1
|
@ -156,6 +156,9 @@ $ov-recording-blinking-color: #eb5144;
|
||||||
.mat-mdc-icon-button[disabled] {
|
.mat-mdc-icon-button[disabled] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
::ng-deep .mat-badge-content{
|
||||||
|
background-color: var(--ov-warn-color);
|
||||||
|
}
|
||||||
.divider {
|
.divider {
|
||||||
margin: 8px 0px;
|
margin: 8px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue