mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
AAE-31712 Custom theme fix after ng17 update (#10661)
* AAE-31712 Fix custom theme after Angular17 update * update
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@use 'sass:map';
|
||||
@import '@angular/material/theming';
|
||||
@import './theme-configuration';
|
||||
@import './typography';
|
||||
@import './custom-theme-palettes';
|
||||
@@ -14,9 +13,6 @@ $text-color: map.get($theme-config, 'textColor');
|
||||
$base-font-size: map.get($theme-config, 'baseFontSize');
|
||||
$font-family: map.get($theme-config, 'fontFamily');
|
||||
|
||||
$app-typography: get-mat-typography(
|
||||
$base-font-size,
|
||||
$font-family
|
||||
);
|
||||
$app-typography: get-mat-typography($base-font-size, $font-family);
|
||||
|
||||
$palettes: get-mat-palettes($primary-color, $accent-color);
|
||||
|
Reference in New Issue
Block a user