mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
style: Replace shodow by minimalist hover
This commit is contained in:
@@ -17,10 +17,11 @@ const SVGCard = (props: SVGCardProps) => {
|
|||||||
borderWidth="1px"
|
borderWidth="1px"
|
||||||
mb="2"
|
mb="2"
|
||||||
_hover={{
|
_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>
|
<Center>
|
||||||
<Image boxSize="50px" src={props.svg} alt={props.title} />
|
<Image boxSize="50px" src={props.svg} alt={props.title} />
|
||||||
</Center>
|
</Center>
|
||||||
|
|||||||
Reference in New Issue
Block a user