Skip to content

Commit 6d91d34

Browse files
asynclizcopybara-github
authored andcommitted
chore: add quotes to fix Sass calculation error
PiperOrigin-RevId: 402390184
1 parent 44234df commit 6d91d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/switch/lib/_switch-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ $forced-colors-theme: (
506506
.mdc-switch__handle-track {
507507
@include theme.property(
508508
width,
509-
calc(100% - width),
509+
'calc(100% - width)',
510510
$replace: (width: $width)
511511
);
512512
}

0 commit comments

Comments
 (0)