Skip to content

Commit 4e050ae

Browse files
Small typo fix
1 parent 0f9c1e6 commit 4e050ae

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)