Skip to content

Commit 98fa657

Browse files
committed
docs(theming): fix incorrect M2 API names in theming-your-components guide
1 parent b095048 commit 98fa657

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)