[AAE-16219] Theming for HxP is not working (#8894)

This commit is contained in:
Bartosz Sekula
2023-09-08 17:20:05 +02:00
committed by GitHub
parent ce881b7dcf
commit a1b39fb6dc
6 changed files with 61 additions and 30 deletions

View File

@@ -22,3 +22,17 @@ $custom-theme: mat-light-theme(
@if $text-color {
$custom-theme: get-custom-text-color($text-color, $custom-theme);
}
@if $base-font-size {
body,
html {
font-size: $base-font-size;
}
}
@if $font-family {
body,
html {
font-family: $font-family;
}
}