Skip to content

Commit 840dff9

Browse files
authored
fix(input): label color issue (#15745)
1 parent af43574 commit 840dff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,10 @@
677677
position: relative;
678678

679679
grid-area: 1 / 2;
680+
681+
%form-group-label {
682+
color: var-get($theme, 'idle-secondary-color');
683+
}
680684
}
681685

682686
%igx-input-group__notch--border {

0 commit comments

Comments
 (0)