From bfe62800f2160482079b3c534dee607eb181b3ad Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 7 Dec 2023 11:52:56 +0200 Subject: [PATCH] notifications color --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 09f160345e..84cc84760c 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1836,7 +1836,7 @@ label.attach-file-label { display: inline-block; top: 7px; left: 27px; - background-color: @brand-warning; + background-color: var(--brand-danger); color: @white-color; }