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
841b8b7cb1
commit
8b97e1e955
@ -2,7 +2,7 @@
|
|||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
|
|
||||||
@mixin adf-breadcrumb-theme($theme) {
|
@mixin adf-breadcrumb-theme($theme) {
|
||||||
$config: mat.get-color-config($theme);
|
$config: mat.m2-get-color-config($theme);
|
||||||
$foreground-palette: map.get($config, foreground);
|
$foreground-palette: map.get($config, foreground);
|
||||||
$primary-palette: map.get($config, primary);
|
$primary-palette: map.get($config, primary);
|
||||||
$text-color: mat.m2-get-color-from-palette($foreground-palette, text);
|
$text-color: mat.m2-get-color-from-palette($foreground-palette, text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user