[ACS-6693] Angular 15 - adding mat core (#3715)

This commit is contained in:
jacekpluta
2024-03-20 10:48:06 +01:00
committed by MichalKinas
parent b8c8f14dbb
commit 5a73e4dac6

View File

@@ -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));