Skip to content

Commit c4f836c

Browse files
authored
docs: Fix typo in theming example (#22765)
1 parent 54c3ddf commit c4f836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ $light-theme: mat.define-light-theme((
286286

287287
// Define a dark theme
288288
$dark-primary: mat.define-palette(mat.$pink-palette);
289-
$dark-accent: mat.define-palette(mat.$bluegray-palette);
289+
$dark-accent: mat.define-palette(mat.$blue-gray-palette);
290290
$dark-theme: mat.define-dark-theme((
291291
color: (
292292
primary: $dark-primary,

0 commit comments

Comments
 (0)