From 6411133ed4011d1acc93aa1c57ae1d0ded783f0b Mon Sep 17 00:00:00 2001 From: Andi Qu <31325319+dolphingarlic@users.noreply.github.com> Date: Tue, 4 May 2021 21:59:17 +0200 Subject: [PATCH] docs: fix typo in theming guide (#22617) (cherry picked from commit 46eb85cc879701f392cf67e2dca93115e1ecc9a8) --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 8952626940fb..b6184f6f9f17 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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: (