Skip to content

Commit 0920f6a

Browse files
authored
Merge branch 'main' into style-update-combo-box-text
2 parents c2c597d + f14b311 commit 0920f6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

projects/components/src/input/input.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import 'mixins';
12
@import 'color-palette';
23

34
:host {
@@ -31,6 +32,7 @@
3132
padding-bottom: 0;
3233

3334
.mat-form-field-label {
35+
@include body-1-regular($gray-7);
3436
padding: 0 0 0 8px;
3537
line-height: initial;
3638
color: $gray-5;

projects/components/src/textarea/textarea.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
padding-bottom: 0;
4141

4242
.mat-form-field-label {
43+
@include body-1-regular($gray-7);
4344
padding: 0 0 0 8px;
4445
line-height: initial;
4546
color: $gray-5;

0 commit comments

Comments
 (0)