From 98fa657205a004ee2c2e430d2fd6c3702a9d41d7 Mon Sep 17 00:00:00 2001 From: yogeshwaran-c Date: Tue, 24 Feb 2026 02:00:36 +0530 Subject: [PATCH] docs(theming): fix incorrect M2 API names in theming-your-components guide --- guides/theming-your-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming-your-components.md b/guides/theming-your-components.md index d7532b4db11b..957a743124eb 100644 --- a/guides/theming-your-components.md +++ b/guides/theming-your-components.md @@ -942,7 +942,7 @@ configuration. $theme: mat.m2-define-light-theme(( color: ( - primary: mat.define-palette(mat.$indigo-palette, 500), + primary: mat.m2-define-palette(mat.$m2-indigo-palette, 500), ), ... ));