Skip to content

Commit 82ecf0d

Browse files
authored
fix(material/form-field): insufficient color contrast text to input fill (#28274)
Increases contrast between text and label colors to bg input fill color.
1 parent 4176633 commit 82ecf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/tokens/m2/mat/_form-field.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $prefix: (mat, form-field);
6060
disabled-select-arrow-color: rgba($on-surface, 0.38),
6161

6262
hover-state-layer-opacity: if($is-dark, 0.08, 0.04),
63-
focus-state-layer-opacity: if($is-dark, 0.24, 0.12),
63+
focus-state-layer-opacity: if($is-dark, 0.24, 0.08),
6464
));
6565
}
6666

0 commit comments

Comments
 (0)