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
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
243243These 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 ,
You can’t perform that action at this time.
0 commit comments