From f2735e5fbceb23ff0476cbe69764fd408f76c4fe Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 31 Mar 2024 17:31:18 +0300 Subject: [PATCH] avatar color --- application/Espo/EntryPoints/Avatar.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/application/Espo/EntryPoints/Avatar.php b/application/Espo/EntryPoints/Avatar.php index 4c61e8b1fc..4fcefd584c 100644 --- a/application/Espo/EntryPoints/Avatar.php +++ b/application/Espo/EntryPoints/Avatar.php @@ -50,7 +50,10 @@ class Avatar extends Image private string $systemColor = '#a4b5bd'; private string $portalColor = '#c9a3d1'; - /** @var string[] */ + /** + * @noinspection SpellCheckingInspection + * @var string[] + */ private array $colorList = [ '#6fa8d6', // blue '#e3bf59', // yellow @@ -58,7 +61,7 @@ class Avatar extends Image '#8093BD', '#7cc4a4', '#8a7cc2', - '#87d96c', // green + '#77c9c0', // light blue '#d6aa6b', // dark yellow '#e6859d', // red, ];