Skip to content

Commit b850fed

Browse files
karajelbourn
authored andcommitted
fix(input): fix underline color to match spec (#2167)
Closes #2126
1 parent c1f7f82 commit b850fed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/input/_input-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
$input-required-placeholder-color: md-color($accent);
1616

1717
// Underline colors.
18-
$input-underline-color: md-color($foreground, hint-text);
18+
$input-underline-color: md-color($foreground, divider);
1919
$input-underline-color-accent: md-color($accent);
2020
$input-underline-color-warn: md-color($warn);
21-
$input-underline-disabled-color: md-color($foreground, hint-text);
2221
$input-underline-focused-color: md-color($primary);
2322

2423
.md-input-placeholder {

0 commit comments

Comments
 (0)