From b20ac1bf863c188c7987f23ef1e9d039e15f561d Mon Sep 17 00:00:00 2001 From: Miquel Adell Date: Tue, 15 Oct 2024 09:20:00 +0200 Subject: [PATCH] change colours --- src/webapp/pages/app/themes/dhis2.theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webapp/pages/app/themes/dhis2.theme.ts b/src/webapp/pages/app/themes/dhis2.theme.ts index 32be95da..b8468475 100644 --- a/src/webapp/pages/app/themes/dhis2.theme.ts +++ b/src/webapp/pages/app/themes/dhis2.theme.ts @@ -4,8 +4,8 @@ import { createTheme } from "@material-ui/core/styles"; const colors = { accentPrimary: "#fd5a00", accentPrimaryDark: "#d14b00", - accentPrimaryLight: "#63A4FF", - accentPrimaryLightest: "#EAF4FF", + accentPrimaryLight: "#ff9b63", + accentPrimaryLightest: "#fff2ea", accentSecondary: "#fb8c00", accentSecondaryLight: "#f57c00", @@ -21,7 +21,7 @@ const colors = { white: "#FFFFFF", // Not included in palette! negative: "#E53935", - warning: "#F19C02", + warning: "#f1c902", positive: "#3D9305", info: "#EAF4FF", };