Skip to content

Commit a944b72

Browse files
authored
fix(input-group): use the correct bg color in indigo (#1732)
1 parent 1725a20 commit a944b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/themes/shared/input.indigo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $transition-duration: .25s;
148148
}
149149

150150
[part^='container'] {
151-
background: var-get($theme, 'box-background-hover');
151+
background: var-get($theme, 'box-background-focus');
152152
caret-color: var-get($theme, 'focused-bottom-line-color');
153153

154154
&::after {

0 commit comments

Comments
 (0)