From 3499c9a66e5658bb9d46858e1d91a54eea531437 Mon Sep 17 00:00:00 2001 From: trik Date: Tue, 21 Feb 2017 11:54:50 +0100 Subject: [PATCH] Update theming-your-components.md --- guides/theming-your-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming-your-components.md b/guides/theming-your-components.md index 91750546d8e8..6922749b1b29 100644 --- a/guides/theming-your-components.md +++ b/guides/theming-your-components.md @@ -22,7 +22,7 @@ All you need is to create a `@mixin` function in the custom-component-theme.scss $primary: map-get($theme, primary); $accent: map-get($theme, accent); - // Use md-color to extract individual colors from a palette as necessary. + // Use mat-color to extract individual colors from a palette as necessary. .candy-carousel { background-color: mat-color($primary); border-color: mat-color($accent, A400);