Skip to content

Commit c9b7b4d

Browse files
committed
refactor: lint
1 parent d1a8635 commit c9b7b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/slide-toggle/_slide-toggle-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
& {
4747
// TODO(wagnermaciel): Use our token system to define this css variable.
48-
--mat-slide-toggle-disabled-label-text-color:
49-
#{m3-utils.color-with-opacity(map.get($system, on-surface), 38%)};
48+
--mat-slide-toggle-disabled-label-text-color: #{
49+
m3-utils.color-with-opacity(map.get($system, on-surface), 38%)};
5050
}
5151

5252
.mat-mdc-slide-toggle {

0 commit comments

Comments
 (0)