Skip to content

Commit 9b302f8

Browse files
docs:Fix theme color typo (#23052)
Co-authored-by: Andrew Seguin <andrewseguin@users.noreply.github.com>
1 parent b550b7c commit 9b302f8

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.$blue-gray-palette);
289+
$dark-accent: mat.define-palette(mat.$blue-grey-palette);
290290
$dark-theme: mat.define-dark-theme((
291291
color: (
292292
primary: $dark-primary,

0 commit comments

Comments
 (0)