Skip to content

Commit 7298a3a

Browse files
fix(material/button-toggle): density clamping typo forcing it to 0
1 parent 732a0d7 commit 7298a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button-toggle/_m3-button-toggle.scss

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

6464
// Tokens that can be configured through Angular Material's density theming API.
6565
@function get-density-tokens($scale) {
66-
$scale: theming.clamp-density(scale, -4);
66+
$scale: theming.clamp-density($scale, -4);
6767
$index: ($scale * -1) + 1;
6868

6969
@return (

0 commit comments

Comments
 (0)