Skip to content

Commit 8f5ff96

Browse files
num13rucrisbeto
authored andcommitted
docs: fix typo in custom theme guide (#30202)
(cherry picked from commit 8921d07)
1 parent 03a59b6 commit 8f5ff96

File tree

1 file changed

+2
-2
lines changed
  • src/material/schematics/ng-generate/theme-color

1 file changed

+2
-2
lines changed

src/material/schematics/ng-generate/theme-color/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ palettes (`$primary-palette` and `$tertiary-palette`) can be provided to the `th
2323
@use './path/to/my-theme'; // location of generated file
2424

2525
html {
26-
@include mat.theme(
26+
@include mat.theme((
2727
color: (
2828
primary: my-theme.$primary-palette,
2929
tertiary: my-theme.$tertiary-palette,
3030
),
3131
typography: Roboto,
3232
density: 0,
33-
)
33+
));
3434
}
3535
```
3636

0 commit comments

Comments
 (0)