From 242cc8bb53f4d54d0380c43d5410b2f1d88b6c16 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 1 Aug 2022 17:42:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Fix=20svg=20card.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/svgCard.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/svgCard.tsx b/src/components/svgCard.tsx index f7585fd..f349410 100644 --- a/src/components/svgCard.tsx +++ b/src/components/svgCard.tsx @@ -10,6 +10,7 @@ import { } from "@chakra-ui/react"; import Tap from "@/animations/tap"; import CustomLink from "@/common/link"; +import { Smiley } from "phosphor-react"; const SVGCard = (props: SVGCardProps) => { const bg = useColorModeValue("bg.light", "bg.dark"); @@ -27,11 +28,11 @@ const SVGCard = (props: SVGCardProps) => { mb="2" _hover={{ border:`1px solid ${color}`, - transform: "scale(0.98)", + transform: "scale(1.04)", }} transition="all 0.2s" >
- {props.title} + {props.title}
{props.title}