diff --git a/ng-app/src/theme.scss b/ng-app/src/theme.scss index 973900d..3101ea8 100644 --- a/ng-app/src/theme.scss +++ b/ng-app/src/theme.scss @@ -37,8 +37,8 @@ $quotes-theme-background: ( ); $quotes-theme: ( - primary: mat-palette($mat-blue), - accent: mat-palette($mat-pink), + primary: mat-palette($mat-indigo), + accent: mat-palette($mat-blue-gray), warn: mat-palette($mat-red), is-dark: true, foreground: $quotes-theme-foreground,