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
  • Loading branch information
JankaSvK authored Nov 26, 2024
1 parent 18229a3 commit 77de124
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 77de124

Please sign in to comment.