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 03a59b6 commit 8f5ff96Copy full SHA for 8f5ff96
src/material/schematics/ng-generate/theme-color/README.md
@@ -23,14 +23,14 @@ palettes (`$primary-palette` and `$tertiary-palette`) can be provided to the `th
23
@use './path/to/my-theme'; // location of generated file
24
25
html {
26
- @include mat.theme(
+ @include mat.theme((
27
color: (
28
primary: my-theme.$primary-palette,
29
tertiary: my-theme.$tertiary-palette,
30
),
31
typography: Roboto,
32
density: 0,
33
- )
+ ));
34
}
35
```
36
0 commit comments