Skip to content

Commit f957752

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
}, 500);
169+
}, 250);
170170
}}
171171
>
172172
<SyncIcon

0 commit comments

Comments
 (0)