style: tools height

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-08 07:33:07 +00:00
parent a4895d6721
commit 841000c900

View File

@@ -40,6 +40,7 @@ export default function Home() {
backgroundColor: 'white', backgroundColor: 'white',
boxShadow: '5px 4px 2px #E9E9ED', boxShadow: '5px 4px 2px #E9E9ED',
cursor: 'pointer', cursor: 'pointer',
height: '100%',
'&:hover': { '&:hover': {
backgroundColor: theme.palette.background.default // Change this to your desired hover color backgroundColor: theme.palette.background.default // Change this to your desired hover color
} }