style(desktop): tighten error-boundary action gap

gap-4 → gap-2.5 between Try again / Reload window.
This commit is contained in:
Brooklyn Nicholson
2026-06-03 23:53:25 -05:00
parent fd68ae6331
commit 9e02b18828

View File

@ -72,7 +72,7 @@ function RootErrorFallback({ error, reset }: ErrorBoundaryFallbackProps) {
{error.message || String(error)}
</div>
<div className="flex flex-wrap items-center gap-4">
<div className="flex flex-wrap items-center gap-2.5">
<Button onClick={reset}>
<RefreshCw className="size-4" />
Try again