Skip to content

Commit 6411133

Browse files
dolphingarlicannieyw
authored andcommitted
docs: fix typo in theming guide (#22617)
(cherry picked from commit 46eb85c)
1 parent 1d339e6 commit 6411133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $my-primary: mat.define-palette(mat.$indigo-palette, 500);
147147
$my-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
148148

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

152152
$my-theme: mat.define-light-theme((
153153
color: (

0 commit comments

Comments
 (0)