Commit 453f3195 authored by Isaac's avatar Isaac

updated primary color from 476190 to 345fad for navy theme

parent 81db1111
Pipeline #260 canceled with stages
...@@ -5,8 +5,8 @@ $mat-navy-blue: ( ...@@ -5,8 +5,8 @@ $mat-navy-blue: (
200: #b0bec5, 200: #b0bec5,
300: #90a4ae, 300: #90a4ae,
400: #78909c, 400: #78909c,
500: #476190, 500: #345fad,
700: #476190, 700: #345fad,
contrast: ( contrast: (
50: rgba(black, 0.87), 50: rgba(black, 0.87),
100: rgba(black, 0.87), 100: rgba(black, 0.87),
...@@ -61,7 +61,7 @@ $navy-theme: mat.define-light-theme(( ...@@ -61,7 +61,7 @@ $navy-theme: mat.define-light-theme((
.app-theme-navy { .app-theme-navy {
@include mat.all-component-themes($navy-theme); @include mat.all-component-themes($navy-theme);
$navy-primary-color: #476190; $navy-primary-color: #345fad;
$navy-accent-color: #ff5252; $navy-accent-color: #ff5252;
.notification-circle { .notification-circle {
background-color: $navy-accent-color !important; background-color: $navy-accent-color !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment