From 82242e867b5d2ce38ef710cee216c7b996b7e1cb Mon Sep 17 00:00:00 2001
From: SakthivelG <sakthivel.govindan@tarento.com>
Date: Tue, 22 Mar 2022 16:39:48 +0530
Subject: [PATCH] refactor: update react confirm alert body color

---
 public/css/main.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/css/main.css b/public/css/main.css
index 2d27e8e..fea36f9 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -2306,6 +2306,7 @@ div.tooltip {
 }
 
 .react-confirm-alert-body h1 {
+  color: #000000;
   font-size: 1.4em !important;
 }
 
-- 
GitLab