Skip to content

Commit

Permalink
Invert error page colors
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed May 22, 2024
1 parent 1544c53 commit bb5d5c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/client-asset-sg/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ asset-sg-menu-bar {
font-size: 24px;
font-weight: bolder;

color: mat.get-contrast-color-from-palette($asset-sg-warn, 500);
background-color: mat.get-color-from-palette($asset-sg-warn, 600);
color: mat.get-color-from-palette($asset-sg-warn, 600);
}

.alerts {
Expand Down

0 comments on commit bb5d5c5

Please sign in to comment.