fixed switching background color (#1519)

pull/1520/head
Peer Richelsen 2022-01-14 22:01:06 +00:00 committed by GitHub
parent 5e8a80001d
commit 4e74c0e27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
// avatar={user.avatar || undefined}
/>
{isReady && (
<div className="h-screen bg-neutral-50 dark:bg-black">
<div className="h-screen dark:bg-black">
<main className="max-w-3xl px-4 py-24 mx-auto">
<div className="mb-8 text-center">
<Avatar