Skip to content

Commit 7068a00

Browse files
JankaSvKcrisbeto
authored andcommitted
docs: Fix missing comma in the example theme config (#30088)
(cherry picked from commit 77de124)
1 parent a0e6773 commit 7068a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ html {
157157
@include mat.theme((
158158
color: mat.$violet-palette,
159159
typography: (
160-
plain-family: Roboto
160+
plain-family: Roboto,
161161
brand-family: Open Sans,
162162
bold-weight: 900,
163163
medium-weight: 500,

0 commit comments

Comments
 (0)