Skip to content

Commit 13ebe65

Browse files
Merge pull request #4301 from LordKa0S:chip-custom
PiperOrigin-RevId: 532897953
2 parents 157a781 + 6fa8243 commit 13ebe65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chips/lib/_assist-chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
:host {
3939
@each $token, $value in $tokens {
40-
--_#{$token}: #{$value};
40+
--_#{$token}: var(--md-assist-chip-#{$token}, #{$value});
4141
}
4242

4343
// Support logical shape properties

chips/lib/_suggestion-chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
:host {
3939
@each $token, $value in $tokens {
40-
--_#{$token}: #{$value};
40+
--_#{$token}: var(--md-suggestion-chip-#{$token}, #{$value});
4141
}
4242

4343
// Support logical shape properties

0 commit comments

Comments
 (0)