ov-components: update toolbar button styles for improved color consistency

pull/900/head
CSantosM 2026-05-26 09:51:08 +02:00
parent 2a2e1e2508
commit 92eaf47e4e
2 changed files with 1 additions and 3 deletions

View File

@ -108,6 +108,7 @@
width: 20px !important; width: 20px !important;
height: 20px !important; height: 20px !important;
margin: 0 !important; margin: 0 !important;
color: var(--ov-text-primary-color) !important;
} }
// Chat badge adjustments for menu // Chat badge adjustments for menu

View File

@ -194,9 +194,6 @@
::ng-deep .mat-mdc-menu-item { ::ng-deep .mat-mdc-menu-item {
color: var(--ov-text-surface-color) !important; 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 { ::ng-deep #toolbar-broadcasting-btn > .mat-icon {
color: var(--ov-broadcasting-color, #5903ca) !important; color: var(--ov-broadcasting-color, #5903ca) !important;
} }