Skip to content

Commit 954cf8c

Browse files
committed
fix(input-group): use the correct variable for focus bg
1 parent 32a6514 commit 954cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@
16391639
}
16401640

16411641
%indigo--box-focused {
1642-
background: var-get($theme, 'box-background-hover');
1642+
background: var-get($theme, 'box-background-focus');
16431643
}
16441644

16451645
%form-group-bundle--indigo--disabled {

0 commit comments

Comments
 (0)