Skip to content

Commit 6700947

Browse files
asyncLizcopybara-github
authored andcommitted
fix(button): text button background not transparent
PiperOrigin-RevId: 518011560
1 parent 427d33d commit 6700947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

button/lib/_text-button.scss

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ $_custom-property-prefix: 'text-button';
4545
@each $token, $value in $tokens {
4646
--_#{$token}: #{$value};
4747
}
48+
49+
--_container-color: unset;
4850
}
4951
}
5052

0 commit comments

Comments
 (0)