Skip to content

Commit 17a41ac

Browse files
ArcaneAjwagnermaciel
authored andcommitted
docs: Fixed incorrect theme variable used in theme file (#22761)
* Corrected theme variable from $theme to $my-theme (cherry picked from commit 2600d4a)
1 parent 6e0eab5 commit 17a41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ $my-theme: mat.define-light-theme((
220220
));
221221

222222
@include mat.all-component-themes($my-theme);
223-
@include carousel.theme($theme);
223+
@include carousel.theme($my-theme);
224224
```

0 commit comments

Comments
 (0)