native input color theming

This commit is contained in:
Sercan Yemen 2017-08-22 14:45:35 +03:00
parent 37c441f888
commit fcabc1fbff

View File

@ -116,6 +116,11 @@ $matColorHues: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400
$foreground: $mat-light-theme-foreground;
}
// Native Input
input[type="text"] {
color: mat-color($foreground, base);
}
// Input
.mat-input-placeholder {
color: mat-color($foreground, hint-text);