Skip to content
Snippets Groups Projects
Commit 1c07e1b7 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

fix: update theme.scss to agree with Angular material v15 theming

Refs #659
parent 83fc88b4
No related branches found
No related tags found
2 merge requests!275Release v4.19.0,!256Mise à jour vers Angular 15
Pipeline #173149 failed
This commit is part of merge request !256. Comments created here will be created in the context of that merge request.
......@@ -183,7 +183,18 @@ $nghyd-warn: mat.define-palette($mat-irstea-prune);
$nghyd-error: mat.define-palette($mat-irstea-rouille);
// $nghyd-warn: mat-palette($mat-irstea-rouille);
$nghyd-theme: mat.define-light-theme($nghyd-primary, $nghyd-accent, $nghyd-warn);
// $nghyd-theme: mat.define-light-theme($nghyd-primary, $nghyd-accent, $nghyd-warn);
$nghyd-theme: mat.define-light-theme((
color: (
primary: $nghyd-primary,
accent: $nghyd-accent,
warn: $nghyd-warn
),
typography: mat.define-typography-config(),
density: 0
));
@include mat.all-legacy-component-themes($nghyd-theme);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment