Skip to content

Commit

Permalink
fix: make colours yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Jul 4, 2023
1 parent 69c48ca commit 83e0519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/core/config/profiles/edc-ui-theme-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const MDS_THEME: EdcUiThemeConfig = {
brandFaviconSrc: '/assets/images/mds_favicon.ico',
brandLogoSrc: '/assets/images/mds_logo.svg',
brandLogoStyle: 'height: 57px; margin-top: 5px; margin-left: 5px;',
chartColorNeutral: '#ffff18',
chartColorSuccess: '#9ACD32',
chartColorFailure: '#FFA500',
chartColorNeutral: '#ffff90',
chartColorSuccess: '#ffff18',
chartColorFailure: '#ffff61',
};

0 comments on commit 83e0519

Please sign in to comment.