Skip to content

Commit

Permalink
fix(input): fix underline color to match spec (#2167)
Browse files Browse the repository at this point in the history
Closes #2126
  • Loading branch information
kara authored and jelbourn committed Dec 13, 2016
1 parent c1f7f82 commit b850fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/input/_input-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
$input-required-placeholder-color: md-color($accent);

// Underline colors.
$input-underline-color: md-color($foreground, hint-text);
$input-underline-color: md-color($foreground, divider);
$input-underline-color-accent: md-color($accent);
$input-underline-color-warn: md-color($warn);
$input-underline-disabled-color: md-color($foreground, hint-text);
$input-underline-focused-color: md-color($primary);

.md-input-placeholder {
Expand Down

0 comments on commit b850fed

Please sign in to comment.