fixed switching background color (#1519)
This commit is contained in:
parent
5e8a80001d
commit
4e74c0e27f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
|
||||||
// avatar={user.avatar || undefined}
|
// avatar={user.avatar || undefined}
|
||||||
/>
|
/>
|
||||||
{isReady && (
|
{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">
|
<main className="max-w-3xl px-4 py-24 mx-auto">
|
||||||
<div className="mb-8 text-center">
|
<div className="mb-8 text-center">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|
Loading…
Reference in a new issue