Skip to content

Commit 211c8d8

Browse files
Fix theme color typo
1 parent 3531346 commit 211c8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ You can use one of these pre-built themes if you don't want to define a custom t
237237
|------------------------|----------------|----------------------------------|
238238
| `deeppurple-amber.css` | Dark | deep-purple, amber, red |
239239
| `indigo-pink.css` | Light | indigo, pink, red |
240-
| `pink-bluegray.css` | Dark | pink, bluegray, red |
240+
| `pink-bluegrey.css` | Dark | pink, bluegrey, red |
241241
| `purple-green.css` | Light | purple, green, red |
242242

243243
These files include the CSS for every component in the library. To include only the CSS for a subset
@@ -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)