sass-references/angular-material/material/core/theming/prebuilt/rose-red.scss

15 lines
278 B
SCSS
Raw Normal View History

2024-12-06 10:42:08 +08:00
@use '../../theming/palettes';
@use '../../../core/tokens/m3-system';
html {
@include m3-system.theme((
color: (
theme-type: light,
primary: palettes.$rose-palette,
tertiary: palettes.$red-palette,
),
typography: Roboto,
density: 0,
));
}