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 c85740e commit 5ea1340Copy full SHA for 5ea1340
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