[AAE-33014] - Fixed m2 material issue

This commit is contained in:
VitoAlbano 2025-03-20 16:28:01 +00:00
parent 841b8b7cb1
commit 8b97e1e955

View File

@ -2,7 +2,7 @@
@use '@angular/material' as mat;
@mixin adf-breadcrumb-theme($theme) {
$config: mat.get-color-config($theme);
$config: mat.m2-get-color-config($theme);
$foreground-palette: map.get($config, foreground);
$primary-palette: map.get($config, primary);
$text-color: mat.m2-get-color-from-palette($foreground-palette, text);