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 5ea1340 commit 2724a15Copy full SHA for 2724a15
src/material/stepper/_m3-stepper.scss
@@ -57,7 +57,7 @@ $prefix: (mat, stepper);
57
58
// Tokens that can be configured through Angular Material's density theming API.
59
@function get-density-tokens($scale) {
60
- $scale: theming.clamp-density(scale, -4);
+ $scale: theming.clamp-density($scale, -4);
61
$index: ($scale * -1) + 1;
62
63
@return (
0 commit comments