Skip to content

Commit

Permalink
fix(a11y): improve contrast of accent in pink-bluegrey theme (angular…
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaktar authored and kseamon committed Dec 18, 2024
1 parent b4bd0e9 commit a656395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Define the dark theme.
$primary: mat-palette($mat-pink);
$accent: mat-palette($mat-blue-grey, A200, A100, A400);
$accent: mat-palette($mat-blue-grey);

$theme: mat-dark-theme($primary, $accent);
@include angular-material-theme($theme);
Expand Down

0 comments on commit a656395

Please # to comment.