mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-33014] - Fixed m2 material issue
This commit is contained in:
parent
6563ee8e0d
commit
921268bde7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user