From c64b15df0cbf8cce57421509bb51b76997a78dcc Mon Sep 17 00:00:00 2001 From: karan Date: Mon, 28 Aug 2023 15:55:29 +0530 Subject: [PATCH] fix: credential defination select btn color code change Signed-off-by: karan --- src/commonComponents/datatable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonComponents/datatable/index.tsx b/src/commonComponents/datatable/index.tsx index 6a1d8afec..8ea345768 100644 --- a/src/commonComponents/datatable/index.tsx +++ b/src/commonComponents/datatable/index.tsx @@ -53,7 +53,7 @@ const DataTable: React.FC = ({ header,displaySelect, data, loadi ))} {displaySelect || showBtn && - + } )) : Empty data}