style: Replace shodow by minimalist hover

This commit is contained in:
DarioEsp
2022-07-24 00:44:34 -04:00
parent 7d7846ef4a
commit e97e859f33
+4 -3
View File
@@ -17,10 +17,11 @@ const SVGCard = (props: SVGCardProps) => {
borderWidth="1px"
mb="2"
_hover={{
shadow: "md",
/* shadow: "md", */
border:"1px solid rgb(0,0,0, .1)",
transform: "scale(0.98)",
}}
transition="all 0.2s"
>
transition="all 0.2s" >
<Center>
<Image boxSize="50px" src={props.svg} alt={props.title} />
</Center>