Skip to content
Snippets Groups Projects
select-language.component.css 179 B
.mat-form-field {
    margin-top: 10px;
}

.not-empty-select.mat-selected {
    color: white !important;
}
  
:host /deep/ .mat-select-value-text {
    color: white !important;
}