diff --git a/ng-app/src/theme.scss b/ng-app/src/theme.scss index 3101ea8..1bca6c2 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-indigo), - accent: mat-palette($mat-blue-gray), + primary: mat-palette($mat-amber), + accent: mat-palette($mat-deep-orange), warn: mat-palette($mat-red), is-dark: true, foreground: $quotes-theme-foreground,