From 822ad9e63913c7343b6c542818fd6880168de439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20B=C3=A1toryov=C3=A1?= Date: Tue, 26 Nov 2024 14:24:54 +0100 Subject: [PATCH] Fix missing comma in the example theme config --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index b4b52daa9562..f30e54fab197 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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,