Skip to content

Commit 693d070

Browse files
authored
Merge pull request #379 from kinfkong/issue-233
fix issue #233
2 parents 0a68fbd + bd37ef9 commit 693d070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/themes/light-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ $app-bg-color: white;
8080
.light-theme .mat-form-field.mat-focused .mat-form-field-label {
8181
color: rgba(0,0,0,.54)
8282
}
83+
84+
.light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
85+
color: rgba(0, 0, 0, .54);
86+
}

0 commit comments

Comments
 (0)