mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update toolbar button styles for improved color consistency
parent
2a2e1e2508
commit
92eaf47e4e
|
|
@ -108,6 +108,7 @@
|
|||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
margin: 0 !important;
|
||||
color: var(--ov-text-primary-color) !important;
|
||||
}
|
||||
|
||||
// Chat badge adjustments for menu
|
||||
|
|
|
|||
|
|
@ -194,9 +194,6 @@
|
|||
::ng-deep .mat-mdc-menu-item {
|
||||
color: var(--ov-text-surface-color) !important;
|
||||
}
|
||||
::ng-deep .mat-mdc-menu-item mat-icon {
|
||||
color: var(--ov-text-surface-color) !important;
|
||||
}
|
||||
::ng-deep #toolbar-broadcasting-btn > .mat-icon {
|
||||
color: var(--ov-broadcasting-color, #5903ca) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue