ov-components: Fixed message badge color

dependabot/npm_and_yarn/openvidu-components-angular/multi-f2b383cc78
Carlos Santos 2025-01-07 09:17:20 +01:00
parent c82d7315ef
commit 2ea61d05a1
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ $ov-recording-blinking-color: #eb5144;
.mat-mdc-icon-button[disabled] {
color: #fff;
}
::ng-deep .mat-badge-content{
background-color: var(--ov-warn-color);
}
.divider {
margin: 8px 0px;
}