Skip to content

Commit bbda25f

Browse files
trikmmalerba
authored andcommitted
docs: Update theming-your-components.md (#3218)
1 parent 47cc025 commit bbda25f

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
@@ -22,7 +22,7 @@ All you need is to create a `@mixin` function in the custom-component-theme.scss
2222
$primary: map-get($theme, primary);
2323
$accent: map-get($theme, accent);
2424

25-
// Use md-color to extract individual colors from a palette as necessary.
25+
// Use mat-color to extract individual colors from a palette as necessary.
2626
.candy-carousel {
2727
background-color: mat-color($primary);
2828
border-color: mat-color($accent, A400);

0 commit comments

Comments
 (0)