From 1a6eff88ae01f7395d925061d6344c2451468d89 Mon Sep 17 00:00:00 2001 From: su- <30166652+su-u@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:04:33 +0900 Subject: [PATCH] =?UTF-8?q?transition=E3=81=AE=E6=99=82=E9=96=93=E3=82=92?= =?UTF-8?q?=E7=9F=AD=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/home/FeatureCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/home/FeatureCard.tsx b/src/app/home/FeatureCard.tsx index f3758a2..f2288b5 100644 --- a/src/app/home/FeatureCard.tsx +++ b/src/app/home/FeatureCard.tsx @@ -16,7 +16,7 @@ export const FeatureCard: FC = ({ title, path, description }) => { }; const StyleCard = styled(Card)` - transition: 0.2s; + transition: 0.1s; .ant-card-head { min-height: 38px;