From 7bf5c9ba11d3dcc8e4da0ab222dc22bfec0a4f86 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 23 May 2024 13:00:18 +0300 Subject: [PATCH] color change --- frontend/less/espo/value-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/value-variables.less b/frontend/less/espo/value-variables.less index 785d37c06c..455ba46ed2 100644 --- a/frontend/less/espo/value-variables.less +++ b/frontend/less/espo/value-variables.less @@ -11,7 +11,7 @@ @gray-soft-value: #7c7c7c; @gray-light-value: #999; -@body-bg-value: #eaedef; +@body-bg-value: #f6f6f6; @text-color-value: @gray-dark-value; @text-white-color-value: @white-color-value;