openvidu-components: Fixed colors in prejoin component

pull/711/head
csantosm 2022-03-28 16:51:47 +02:00
parent c2a393cc51
commit 7ac3139e44
1 changed files with 5 additions and 5 deletions

View File

@ -48,18 +48,18 @@ ov-layout {
#nickname-input-container button.mat-button-disabled { #nickname-input-container button.mat-button-disabled {
color: var(--ov-text-color) !important; color: #000000 !important;
} }
#nickname-input-container mat-form-field, .device-container-element mat-form-field { #nickname-input-container mat-form-field, .device-container-element mat-form-field {
width: 100%; width: 100%;
margin-top: 10px; margin-top: 10px;
color: var(--ov-text-color); color: #000000;
} }
#nickname-input-container mat-form-field { #nickname-input-container mat-form-field {
color: var(--ov-text-color); color: #000000;
} }
.mat-form-field-appearance-fill .mat-form-field-flex { .mat-form-field-appearance-fill .mat-form-field-flex {
@ -114,10 +114,10 @@ ov-layout {
} }
::ng-deep .mat-input-element { ::ng-deep .mat-input-element {
caret-color: var(--ov-text-color) !important; caret-color: #000000;
} }
::ng-deep .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) { ::ng-deep .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
color: var(--ov-text-color) !important; color: #000000;
} }