Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 23, 2024
1 parent f76e799 commit 9e1bd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export default function Auth() {
return (
<section className="h-screen w-screen bg-gradient-blue-white">
<Content className="flex items-center justify-center dark:bg-none dark:bg-base-gray-8">
<div className="card p-7 sm:p-10 flex gap-7 md:gap-[3.75rem] bg-base-white dark:bg-base-black">
<div className="p-7 sm:p-10 flex gap-7 md:gap-[3.75rem] rounded-3xl bg-base-white dark:bg-base-black">
<ImageCard className="-my-[4.375rem] flex-shrink-0 hidden sm:flex items-center justify-center">
<IconGolub />
</ImageCard>
<div>
<h1 className="title-lg">Authentication</h1>
<FormAuth />
<FormAuth className="mt-5" />
<ButtonThemeToggle />
</div>
</div>
Expand Down

0 comments on commit 9e1bd2d

Please sign in to comment.