Skip to content

Commit

Permalink
docs: fix typo in theming guide (#22617)
Browse files Browse the repository at this point in the history
(cherry picked from commit 46eb85c)
  • Loading branch information
dolphingarlic authored and annieyw committed May 4, 2021
1 parent 1d339e6 commit 6411133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/theming.md
Expand Up @@ -147,7 +147,7 @@ $my-primary: mat.define-palette(mat.$indigo-palette, 500);
$my-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);

// The "warn" palette is optional and defaults to red if not specified.
$my-accent: mat.define-palette(mat.$red-palette);
$my-warn: mat.define-palette(mat.$red-palette);

$my-theme: mat.define-light-theme((
color: (
Expand Down

0 comments on commit 6411133

Please sign in to comment.