From 7f1878b58306d1fa3ac54c02d10ef2ee0e6f82a6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 03:55:27 +0530 Subject: [PATCH] feat: -rm sx prop styles --- src/components/molecules/ColapsibleRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ColapsibleRow.tsx b/src/components/molecules/ColapsibleRow.tsx index ca56bf4c..c0baf84a 100644 --- a/src/components/molecules/ColapsibleRow.tsx +++ b/src/components/molecules/ColapsibleRow.tsx @@ -70,7 +70,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun handleDelete(); } }) - }} sx={{'&:hover': { color: '#1976d2', backgroundColor: 'transparent' }}}> + }}>