Skip to content

Commit 8921d07

Browse files
authored
docs: fix typo in custom theme guide (#30202)
1 parent a2a0218 commit 8921d07

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ provided to the `theme` mixin within your theme file to use the custom colors.
6363
@use './path/to/_theme-colors' as my-theme; // location of generated file
6464

6565
html {
66-
@include mat.theme(
66+
@include mat.theme((
6767
color: (
6868
primary: my-theme.$primary-palette,
6969
tertiary: my-theme.$tertiary-palette,
7070
),
7171
typography: Roboto,
7272
density: 0,
73-
)
73+
));
7474
}
7575
```
7676

0 commit comments

Comments
 (0)