From aeecfd63da29865f601233cb0fdeadbf451fe0a9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 15 Sep 2022 15:53:55 +0300 Subject: [PATCH] color fix --- application/Espo/Resources/metadata/themes/Dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/themes/Dark.json b/application/Espo/Resources/metadata/themes/Dark.json index 161af3267c..246feda0f0 100644 --- a/application/Espo/Resources/metadata/themes/Dark.json +++ b/application/Espo/Resources/metadata/themes/Dark.json @@ -10,7 +10,7 @@ "chartColorAlternativeList": ["#7492cc", "#c29c4a", "#a1404a", "#6a5f96", "#b07e53"], "calendarColors": { "": "#a58dc7a0", - "Meeting": "#6680b3", + "Meeting": "#697da5", "Call": "#a1404a", "Task": "#5d8a55" },