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