Skip to content

Commit f728a69

Browse files
Update src/components/FindWallet/WalletTable.tsx
Co-authored-by: Joshua <62268199+minimalsm@users.noreply.github.com>
1 parent cae84e2 commit f728a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FindWallet/WalletTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ const FlexInfoCenter = styled(FlexInfo)`
274274
cursor: pointer;
275275
height: 100%;
276276
display: flex;
277-
animation: ${fadeIn} 0.5s;
277+
animation: ${fadeIn} 0.25s;
278278
279279
&.fade {
280-
animation: ${fadeOut} 0.5s;
280+
animation: ${fadeOut} 0.25s;
281281
}
282282
`
283283

0 commit comments

Comments
 (0)