Files
ShopSolution-frontend/src/custom-theme.scss
Tizian.Breuch 79d8df8d4f test
2025-09-05 13:06:42 +02:00

16 lines
334 B
SCSS

// Custom Theming for Angular Material
// For more information: https://material.angular.dev/guide/theming
@use '@angular/material' as mat;
html {
@include mat.theme((
color: (
theme-type: light,
primary: mat.$azure-palette,
tertiary: mat.$blue-palette,
),
typography: Roboto,
density: 0,
));
}