From 8b97e1e955c52430b0c6d1f34f2603db6ff9b06e Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 20 Mar 2025 16:28:01 +0000 Subject: [PATCH] [AAE-33014] - Fixed m2 material issue --- lib/core/breadcrumbs/src/styles/_breadcrumb.theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/breadcrumbs/src/styles/_breadcrumb.theme.scss b/lib/core/breadcrumbs/src/styles/_breadcrumb.theme.scss index 510ba0e7c1..7cdd282edd 100644 --- a/lib/core/breadcrumbs/src/styles/_breadcrumb.theme.scss +++ b/lib/core/breadcrumbs/src/styles/_breadcrumb.theme.scss @@ -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);