We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6da415 commit e94929aCopy full SHA for e94929a
app/components/RefreshButton.tsx
@@ -24,7 +24,7 @@ export function RefreshButton({ onClick }: { onClick: () => Promise<void> }) {
24
25
return (
26
<Button size="icon" variant="ghost" onClick={refresh} aria-label="Refresh data">
27
- <SpinnerLoader isLoading={refreshing}>
+ <SpinnerLoader isLoading={refreshing} minTime={300}>
28
<Refresh16Icon />
29
</SpinnerLoader>
30
</Button>
0 commit comments