Skip to content

Commit 5f3e82f

Browse files
committed
feat: animate account refresh button
Signed-off-by: Adam Setch <[email protected]>
1 parent 9a80937 commit 5f3e82f

File tree

2 files changed

+90
-38
lines changed

2 files changed

+90
-38
lines changed

src/renderer/routes/Accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const AccountsRoute: FC = () => {
166166
*/
167167
setTimeout(() => {
168168
button.classList.remove('animate-spin');
169-
}, 250);
169+
}, 500);
170170
}}
171171
>
172172
<SyncIcon

0 commit comments

Comments
 (0)