Fixed error on custom style and added doc for BC (#8297)

This commit is contained in:
Vito Albano
2023-02-22 13:37:07 +00:00
committed by GitHub
parent bac4d786bc
commit fbccbb5a98
2 changed files with 38 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ $theme: mat.define-light-theme(
color: (
primary: $primary,
accent: $accent,
warn: $warn
),
typography: $alfresco-typography
)