Skip to content

Commit

Permalink
docs: fix typo in custom theme guide (#30202)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8921d07)
  • Loading branch information
num13ru authored and crisbeto committed Dec 18, 2024
1 parent 03a59b6 commit 8f5ff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material/schematics/ng-generate/theme-color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ palettes (`$primary-palette` and `$tertiary-palette`) can be provided to the `th
@use './path/to/my-theme'; // location of generated file

html {
@include mat.theme(
@include mat.theme((
color: (
primary: my-theme.$primary-palette,
tertiary: my-theme.$tertiary-palette,
),
typography: Roboto,
density: 0,
)
));
}
```

Expand Down

0 comments on commit 8f5ff96

Please sign in to comment.