Skip to content

Commit dc3e3b2

Browse files
authored
Merge e2999fb into 65e1bde
2 parents 65e1bde + e2999fb commit dc3e3b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/forms/form-control.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ textarea.form-control {
8585
}
8686

8787
// Inputs with contrast for easy light gray backgrounds against white.
88+
// changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
8889
.input-contrast {
89-
background-color: var(--bgColor-muted, var(--color-canvas-inset));
90+
background-color: var(--bgColor-default);
9091

9192
&:focus {
9293
background-color: var(--bgColor-default, var(--color-canvas-default));

0 commit comments

Comments
 (0)