mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Clean error message color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user