From 841000c9009d9dc54729250bcf7fee08c66c167f Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 8 Mar 2025 07:33:07 +0000 Subject: [PATCH] style: tools height --- src/pages/tools-by-category/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/tools-by-category/index.tsx b/src/pages/tools-by-category/index.tsx index d9f1a8c..6dcb578 100644 --- a/src/pages/tools-by-category/index.tsx +++ b/src/pages/tools-by-category/index.tsx @@ -40,6 +40,7 @@ export default function Home() { backgroundColor: 'white', boxShadow: '5px 4px 2px #E9E9ED', cursor: 'pointer', + height: '100%', '&:hover': { backgroundColor: theme.palette.background.default // Change this to your desired hover color }