Skip to content

Commit 42d61fe

Browse files
docs(theming): fix incorrect M2 API names in theming-your-components guide (#32834)
1 parent 52bf902 commit 42d61fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ configuration.
942942

943943
$theme: mat.m2-define-light-theme((
944944
color: (
945-
primary: mat.define-palette(mat.$indigo-palette, 500),
945+
primary: mat.m2-define-palette(mat.$m2-indigo-palette, 500),
946946
),
947947
...
948948
));

0 commit comments

Comments
 (0)