From e557a8bb5c0de62b2e30033f307b3f007753888c Mon Sep 17 00:00:00 2001 From: Muhammad-Tahir Date: Mon, 19 Jun 2023 09:21:44 +0100 Subject: [PATCH] color fixes --- client/app/components/dashboards/dashboard-widget/Widget.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/components/dashboards/dashboard-widget/Widget.less b/client/app/components/dashboards/dashboard-widget/Widget.less index d0575ac604..c2ad5b87dd 100644 --- a/client/app/components/dashboards/dashboard-widget/Widget.less +++ b/client/app/components/dashboards/dashboard-widget/Widget.less @@ -7,7 +7,7 @@ top: 17px; right: 0; z-index: 1; - color: #6a7290; + color: @gray-500A; .action { font-size: 24px; @@ -23,7 +23,7 @@ &:hover { background-color: transparent; - color: #d8a2f3; + color: @primary-300; } &:active {