Skip to content

Commit 46eb85c

Browse files
docs: fix typo in theming guide (#22617)
1 parent f06ff2a commit 46eb85c

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)