Skip to content

Commit 4e74c0e

Browse files
authored
fixed switching background color (#1519)
1 parent 5e8a800 commit 4e74c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/[user].tsx

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

0 commit comments

Comments
 (0)