AAE-31712 Custom theme fix after ng17 update (#10661)

* AAE-31712 Fix custom theme after Angular17 update

* update
This commit is contained in:
Bartosz Sekula
2025-02-18 13:58:29 +01:00
committed by GitHub
parent ca4dcf85f4
commit 3c7e8e84ff
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
@use 'sass:map';
@use '@angular/material' as mat;
@import './theme/theme-data';
$custom-theme: mat-light-theme(
$custom-theme: mat.define-light-theme(
(
color: (
primary: map.get($palettes, primary),