|
|
@ -37,8 +37,8 @@ $quotes-theme-background: (
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$quotes-theme: (
|
|
|
|
$quotes-theme: (
|
|
|
|
primary: mat-palette($mat-blue),
|
|
|
|
primary: mat-palette($mat-indigo),
|
|
|
|
accent: mat-palette($mat-pink),
|
|
|
|
accent: mat-palette($mat-blue-gray),
|
|
|
|
warn: mat-palette($mat-red),
|
|
|
|
warn: mat-palette($mat-red),
|
|
|
|
is-dark: true,
|
|
|
|
is-dark: true,
|
|
|
|
foreground: $quotes-theme-foreground,
|
|
|
|
foreground: $quotes-theme-foreground,
|
|
|
|