We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a0218 commit 8921d07Copy full SHA for 8921d07
src/material/schematics/ng-generate/theme-color/README.md
@@ -63,14 +63,14 @@ provided to the `theme` mixin within your theme file to use the custom colors.
63
@use './path/to/_theme-colors' as my-theme; // location of generated file
64
65
html {
66
- @include mat.theme(
+ @include mat.theme((
67
color: (
68
primary: my-theme.$primary-palette,
69
tertiary: my-theme.$tertiary-palette,
70
),
71
typography: Roboto,
72
density: 0,
73
- )
+ ));
74
}
75
```
76
0 commit comments