Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 923b039

Browse files
committed
ugly fix dropdown background
1 parent bf841ce commit 923b039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/user/promote/promote.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ <h5 *ngIf="info && info.length > 0 && info !== 'team'" class='name center'>
6060

6161
<div *ngIf="userRead.role !== 'company'" class="row">
6262
<div class="col-sm-6 promote typeahead">
63-
<mat-form-field appearance="fill" style="width: 100%;">
63+
<mat-form-field appearance="fill" style="width: 100%; background-color: white;">
6464
<mat-label>Search for company</mat-label>
65-
<mat-select name="searchCompany" id="searchCompany" name="searchCompany" [(ngModel)]="searchedCompany">
66-
<mat-option *ngFor="let comp of companies" [value]="comp">
65+
<mat-select name="searchCompany" id="searchCompany" style="background-color: white;" name="searchCompany" [(ngModel)]="searchedCompany">
66+
<mat-option style="background-color: white;" *ngFor="let comp of companies" [value]="comp">
6767
{{ comp.name }}
6868
</mat-option>
6969
</mat-select>

0 commit comments

Comments
 (0)