fix: better header color absent from error header

on-behalf-of: @filc <ekreten@filcnaplo.hu>
This commit is contained in:
ekreten 2024-01-24 13:32:50 +01:00 committed by GitHub
parent a16d6b5be0
commit 2c61cf6450
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ const ErrorPage: React.FC<ErrorProps> = ({ statusCode }) => {
return ( return (
<> <>
<main className='dark:bg-[#121212] text-foreground bg-background py-5'> <main className='dark:bg-[#121212] text-foreground bg-background py-5'>
<h1 className='text-7xl font-bold text-blue-400 text-center mt-16'> <h1 className='text-7xl font-bold text-[#4f81fe] text-center mt-16'>
{statusCode} {statusCode}
</h1> </h1>
<div className='flex min-h-screen flex-col items-center justify-between'> <div className='flex min-h-screen flex-col items-center justify-between'>