Skip to content

Commit c51ec2a

Browse files
committed
fix(input): label color issue
1 parent 01141c9 commit c51ec2a

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
@@ -686,6 +686,10 @@
686686
position: relative;
687687

688688
grid-area: 1 / 2;
689+
690+
%form-group-label {
691+
color: var-get($theme, 'idle-secondary-color');
692+
}
689693
}
690694

691695
%igx-input-group__notch--border {

0 commit comments

Comments
 (0)