Skip to content

Commit

Permalink
feat(frontend): changed the primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jul 18, 2023
1 parent cba1cca commit 4e64dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.spinner-container {
position: fixed;
background: rgba(0, 0, 0, 0.32);
background: rgba(255, 255, 255, 0.705);
height: 100%;
width: 100%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/custom-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue. Available color palettes: https://material.io/design/color/
$frontend-primary: mat.define-palette(mat.$indigo-palette);
$frontend-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
$frontend-primary: mat.define-palette(mat.$blue-palette);
$frontend-accent: mat.define-palette(mat.$teal-palette, A200, A100, A400);

// The warn palette is optional (defaults to red).
$frontend-warn: mat.define-palette(mat.$red-palette);
Expand Down

0 comments on commit 4e64dd1

Please sign in to comment.