From 5a73e4dac6f88663cbafd52885c8217343107554 Mon Sep 17 00:00:00 2001 From: jacekpluta <73617938+jacekpluta@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:48:06 +0100 Subject: [PATCH] [ACS-6693] Angular 15 - adding mat core (#3715) --- projects/aca-content/src/lib/ui/theme.scss | 1 + 1 file changed, 1 insertion(+) 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));