|
|
@@ -60,9 +60,9 @@ interface ErrorPageProps {
|
|
|
export const ErrorPage: Component<ErrorPageProps> = (props) => {
|
|
|
const platform = usePlatform()
|
|
|
return (
|
|
|
- <div class="relative flex-1 h-screen w-screen min-h-0 flex flex-col items-center justify-center">
|
|
|
+ <div class="relative flex-1 h-screen w-screen min-h-0 flex flex-col items-center justify-center bg-background-base font-sans">
|
|
|
<div class="w-2/3 max-w-3xl flex flex-col items-center justify-center gap-8">
|
|
|
- <Logo class="h-8 w-auto text-text-strong" />
|
|
|
+ <Logo class="w-58.5 opacity-12 shrink-0" />
|
|
|
<div class="flex flex-col items-center gap-2 text-center">
|
|
|
<h1 class="text-lg font-medium text-text-strong">Something went wrong</h1>
|
|
|
<p class="text-sm text-text-weak">An error occurred while loading the application.</p>
|