Skip to content

Commit 1a6eff8

Browse files
committed
transitionの時間を短く
1 parent 7b0361d commit 1a6eff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/home/FeatureCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const FeatureCard: FC<CardProps> = ({ title, path, description }) => {
1616
};
1717

1818
const StyleCard = styled(Card)`
19-
transition: 0.2s;
19+
transition: 0.1s;
2020
2121
.ant-card-head {
2222
min-height: 38px;

0 commit comments

Comments
 (0)