Skip to content

Commit bd37ef9

Browse files
committed
fix issue #233
1 parent 54bedb6 commit bd37ef9

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)