Clean error message color

This commit is contained in:
MartinBraquet
2026-03-07 00:23:45 +01:00
parent f4d8822dbe
commit 2eb80b97d5

View File

@@ -39,7 +39,7 @@ export class ErrorBoundary extends Component<Props, State> {
return (
<div className="flex min-h-screen flex-col items-center justify-center p-4">
<div className="max-w-md text-center">
<h1 className="mb-4 text-2xl font-bold text-gray-900">Something went wrong</h1>
<h1 className="mb-4 text-2xl font-bold text-ink-1000">Something went wrong</h1>
<p className="mb-6 text-gray-600">
We apologize for the inconvenience. An unexpected error occurred.
</p>