Skip to content

Commit 46d66ed

Browse files
asyncLizcopybara-github
authored andcommitted
fix(checkbox): sass theme mixin not working
Fixes #5651 PiperOrigin-RevId: 645076669
1 parent c1d585d commit 46d66ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkbox/internal/_checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $_indeterminate-bottom-left: 4px, -10px;
2525
$_checkmark-bottom-left: 7px, -14px;
2626

2727
@mixin theme($tokens) {
28-
$supported-tokens: $md-comp-checkbox-supported-tokens;
28+
$supported-tokens: tokens.$md-comp-checkbox-supported-tokens;
2929
@each $token, $value in $tokens {
3030
@if list.index($supported-tokens, $token) == null {
3131
@error 'Token `#{$token}` is not a supported token.';

0 commit comments

Comments
 (0)