From 83e0519bcf36a9c3cbea48eecaed953546897025 Mon Sep 17 00:00:00 2001 From: Richard Treier Date: Tue, 4 Jul 2023 16:49:58 +0200 Subject: [PATCH] fix: make colours yellow --- src/app/core/config/profiles/edc-ui-theme-data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/core/config/profiles/edc-ui-theme-data.ts b/src/app/core/config/profiles/edc-ui-theme-data.ts index 59bf2784b..4a8f0cd2f 100644 --- a/src/app/core/config/profiles/edc-ui-theme-data.ts +++ b/src/app/core/config/profiles/edc-ui-theme-data.ts @@ -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', };