mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
native input color theming
This commit is contained in:
parent
37c441f888
commit
fcabc1fbff
|
@ -116,6 +116,11 @@ $matColorHues: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400
|
||||||
$foreground: $mat-light-theme-foreground;
|
$foreground: $mat-light-theme-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Native Input
|
||||||
|
input[type="text"] {
|
||||||
|
color: mat-color($foreground, base);
|
||||||
|
}
|
||||||
|
|
||||||
// Input
|
// Input
|
||||||
.mat-input-placeholder {
|
.mat-input-placeholder {
|
||||||
color: mat-color($foreground, hint-text);
|
color: mat-color($foreground, hint-text);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user