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.
2 parents c2c597d + f14b311 commit 0920f6aCopy full SHA for 0920f6a
projects/components/src/input/input.component.scss
@@ -1,3 +1,4 @@
1
+@import 'mixins';
2
@import 'color-palette';
3
4
:host {
@@ -31,6 +32,7 @@
31
32
padding-bottom: 0;
33
34
.mat-form-field-label {
35
+ @include body-1-regular($gray-7);
36
padding: 0 0 0 8px;
37
line-height: initial;
38
color: $gray-5;
projects/components/src/textarea/textarea.component.scss
@@ -40,6 +40,7 @@
40
41
42
43
44
45
46
0 commit comments