Skip to content

Commit

Permalink
docs: fix typo in custom theme guide (#30202)
Browse files Browse the repository at this point in the history
  • Loading branch information
num13ru authored Dec 18, 2024
1 parent a2a0218 commit 8921d07
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 @@ -63,14 +63,14 @@ provided to the `theme` mixin within your theme file to use the custom colors.
@use './path/to/_theme-colors' as 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 8921d07

Please sign in to comment.