Skip to content

Commit c29549e

Browse files
committed
chore: signup bg color fix
1 parent bd0f4d1 commit c29549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/layout/auth/Background.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function Background({ children }: { children: React.ReactNode }) {
22
return (
3-
<div className="mt-[64px] flex min-h-[calc(100vh-64px)] items-center justify-center bg-[rgba(200,248,253,0.33)] py-12 sm:px-6 lg:px-8">
3+
<div className="mt-[64px] flex min-h-[calc(100vh-64px)] items-center justify-center bg-primary-blue-50 py-12 sm:px-6 lg:px-8">
44
{children}
55
</div>
66
);

0 commit comments

Comments
 (0)