From e06d60a3c3e1d19dea68a38219d4a26e63cceb9a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 17 Feb 2024 19:27:58 +0200 Subject: [PATCH] color fix --- frontend/less/espo/elements/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/elements/type.less b/frontend/less/espo/elements/type.less index 597d515ea6..1d55ba1225 100644 --- a/frontend/less/espo/elements/type.less +++ b/frontend/less/espo/elements/type.less @@ -243,7 +243,7 @@ a.text-soft { &:hover { > .fas, > .far { - color: var(--gray-soft); + color: var(--text-gray-color); } } }