fixed dark mode for booking (#1150)
This commit is contained in:
parent
df687009bd
commit
528c620aa7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
|
||||||
avatar={user.avatar || undefined}
|
avatar={user.avatar || undefined}
|
||||||
/>
|
/>
|
||||||
{isReady && (
|
{isReady && (
|
||||||
<div className="bg-neutral-50 dark:bg-brand h-screen">
|
<div className="bg-neutral-50 dark:bg-black h-screen">
|
||||||
<main className="max-w-3xl mx-auto py-24 px-4">
|
<main className="max-w-3xl mx-auto py-24 px-4">
|
||||||
<div className="mb-8 text-center">
|
<div className="mb-8 text-center">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|
Loading…
Reference in a new issue