File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $prefix: (mat, slide-toggle);
29
29
@return (
30
30
label- text- font: typography-utils .font-family ($config ),
31
31
label- text- size: typography-utils .font-size ($config , body-2 ),
32
- label- text- letter - spacing : typography-utils .letter-spacing ($config , body-2 ),
32
+ label- text- tracking : typography-utils .letter-spacing ($config , body-2 ),
33
33
label- text- line- height: typography-utils .line-height ($config , body-2 ),
34
34
label- text- weight: typography-utils .font-weight ($config , body-2 ),
35
35
);
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $prefix: (mat, tab-header);
49
49
label- text- font:
50
50
typography-utils .font-family ($config , button ) or typography-utils .font-family ($config ),
51
51
label- text- size: typography-utils .font-size ($config , button ),
52
- label- text- letter - spacing : typography-utils .letter-spacing ($config , button ),
52
+ label- text- tracking : typography-utils .letter-spacing ($config , button ),
53
53
label- text- line- height: typography-utils .line-height ($config , button ),
54
54
label- text- weight: typography-utils .font-weight ($config , button ),
55
55
);
Original file line number Diff line number Diff line change 52
52
.mat-mdc-slide-toggle .mdc-label {
53
53
@include token-utils .create-token-slot (font-family , label- text- font);
54
54
@include token-utils .create-token-slot (font-size , label- text- size);
55
- @include token-utils .create-token-slot (letter-spacing , label- text- letter - spacing );
55
+ @include token-utils .create-token-slot (letter-spacing , label- text- tracking );
56
56
@include token-utils .create-token-slot (line-height , label- text- line- height);
57
57
@include token-utils .create-token-slot (font-weight , label- text- weight);
58
58
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $mat-tab-animation-duration: 500ms !default;
66
66
) {
67
67
@include token-utils .create-token-slot (font-family , label- text- font);
68
68
@include token-utils .create-token-slot (font-size , label- text- size);
69
- @include token-utils .create-token-slot (letter-spacing , label- text- letter - spacing );
69
+ @include token-utils .create-token-slot (letter-spacing , label- text- tracking );
70
70
@include token-utils .create-token-slot (line-height , label- text- line- height);
71
71
@include token-utils .create-token-slot (font-weight , label- text- weight);
72
72
You can’t perform that action at this time.
0 commit comments