Skip to content

Commit

Permalink
chore: fixed swapped colours and slightly reduced yellow intensity (m…
Browse files Browse the repository at this point in the history
…ds chart colours)
  • Loading branch information
richardtreier committed Jul 4, 2023
1 parent cb2af81 commit 69c48ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ the detailed section referring to by linking pull requests or issues.

#### Fixed

- Chart colours are now theme-based.

- Fix Dashboard chart colors based on theme

## [v0.0.1-milestone-8-sovity8] 23.06.2023
Expand Down
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: '#FFFF00',
chartColorSuccess: '#FFA500',
chartColorFailure: '#9ACD32',
chartColorNeutral: '#ffff18',
chartColorSuccess: '#9ACD32',
chartColorFailure: '#FFA500',
};

0 comments on commit 69c48ca

Please sign in to comment.