We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f7f82 commit b850fedCopy full SHA for b850fed
src/lib/input/_input-theme.scss
@@ -15,10 +15,9 @@
15
$input-required-placeholder-color: md-color($accent);
16
17
// Underline colors.
18
- $input-underline-color: md-color($foreground, hint-text);
+ $input-underline-color: md-color($foreground, divider);
19
$input-underline-color-accent: md-color($accent);
20
$input-underline-color-warn: md-color($warn);
21
- $input-underline-disabled-color: md-color($foreground, hint-text);
22
$input-underline-focused-color: md-color($primary);
23
24
.md-input-placeholder {
0 commit comments