Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 362737f

Browse files
Splaktarjelbourn
authored andcommitted
fix(a11y): improve contrast of accent in pink-bluegrey theme (#637)
Fixes #222
1 parent f792e7e commit 362737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/custom-themes/pink-bluegrey.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)