Skip to content

Commit 2724a15

Browse files
committed
fix(material/stepper): fix typo in clamp-density call
1 parent 5ea1340 commit 2724a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/stepper/_m3-stepper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $prefix: (mat, stepper);
5757

5858
// Tokens that can be configured through Angular Material's density theming API.
5959
@function get-density-tokens($scale) {
60-
$scale: theming.clamp-density(scale, -4);
60+
$scale: theming.clamp-density($scale, -4);
6161
$index: ($scale * -1) + 1;
6262

6363
@return (

0 commit comments

Comments
 (0)