diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 56b0bb5ff..33840c63f 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -4,7 +4,7 @@ @import 'custom-theme'; @import 'variables/variables'; @include custom-theme($custom-theme); -@include mat.core(); +@include mat.core; mat-toolbar { color: var(--theme-text-color, rgba(0, 0, 0, 0.54));