Skip to content

Commit d1cd0e4

Browse files
authored
docs: fix "kids theme" example (#26607)
Fix typo in variable names.
1 parent b55bca5 commit d1cd0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/typography.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ $my-theme: mat.define-light-theme((
136136

137137
$kids-theme: mat.define-light-theme((
138138
color: (
139-
primary: $my-primary,
140-
accent: $my-accent,
139+
primary: $kids-primary,
140+
accent: $kids-accent,
141141
),
142142
typography: $kids-typography,
143143
));

0 commit comments

Comments
 (0)