Skip to content

Commit

Permalink
docs: Fix missing comma in the example theme config (#30088)
Browse files Browse the repository at this point in the history
(cherry picked from commit 77de124)
  • Loading branch information
JankaSvK authored and crisbeto committed Nov 26, 2024
1 parent a0e6773 commit 7068a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ html {
@include mat.theme((
color: mat.$violet-palette,
typography: (
plain-family: Roboto
plain-family: Roboto,
brand-family: Open Sans,
bold-weight: 900,
medium-weight: 500,
Expand Down

0 comments on commit 7068a00

Please sign in to comment.