We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732a0d7 commit 7298a3aCopy full SHA for 7298a3a
src/material/button-toggle/_m3-button-toggle.scss
@@ -63,7 +63,7 @@
63
64
// Tokens that can be configured through Angular Material's density theming API.
65
@function get-density-tokens($scale) {
66
- $scale: theming.clamp-density(scale, -4);
+ $scale: theming.clamp-density($scale, -4);
67
$index: ($scale * -1) + 1;
68
69
@return (
0 commit comments