From a8e2907bf371eb7498bfc3762af9e0cbab492329 Mon Sep 17 00:00:00 2001 From: George McMullen Date: Fri, 12 Nov 2021 03:44:56 -0800 Subject: [PATCH] Made onHovor more noticable for CRMRows --- src/Containers/CRMTable/CRMTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Containers/CRMTable/CRMTable.tsx b/src/Containers/CRMTable/CRMTable.tsx index f1d3b3f0..33668cec 100644 --- a/src/Containers/CRMTable/CRMTable.tsx +++ b/src/Containers/CRMTable/CRMTable.tsx @@ -82,7 +82,7 @@ const CRMTableDataRow = styled.tr` :hover{ border: none; - transform: scale(1.015, 1.05); + transform: scale(1.025, 1.2); box-shadow: ${theme.depth[1]}; `} `;