We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0f4d1 commit c29549eCopy full SHA for c29549e
src/app/components/layout/auth/Background.tsx
@@ -1,6 +1,6 @@
1
export default function Background({ children }: { children: React.ReactNode }) {
2
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">
+ <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">
4
{children}
5
</div>
6
);
0 commit comments