File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
237
237
| ------------------------| ----------------| ----------------------------------|
238
238
| ` deeppurple-amber.css ` | Dark | deep-purple, amber, red |
239
239
| ` indigo-pink.css ` | Light | indigo, pink, red |
240
- | ` pink-bluegray .css ` | Dark | pink, bluegray , red |
240
+ | ` pink-bluegrey .css ` | Dark | pink, bluegrey , red |
241
241
| ` purple-green.css ` | Light | purple, green, red |
242
242
243
243
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((
286
286
287
287
// Define a dark theme
288
288
$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 );
290
290
$dark-theme : mat .define-dark-theme ((
291
291
color : (
292
292
primary: $dark-primary ,
You can’t perform that action at this time.
0 commit comments