From b9355abafaee3ae3ad9cba1bc418b38f20ce7e92 Mon Sep 17 00:00:00 2001 From: Melnyk Mykhailo Date: Mon, 5 Feb 2024 15:15:04 +0200 Subject: [PATCH] tiny fixes about usused auth classes and dark bg for content comp --- src/app/auth/page.tsx | 2 +- src/app/verification/page.tsx | 2 +- src/components/pages/auth-content.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 3967330..a40b23b 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -5,7 +5,7 @@ import ImageCard from '@/components/ui/image-card' export default function Auth() { return ( - +
diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index 14b87e5..ef44c65 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -5,7 +5,7 @@ import ImageCard from '@/components/ui/image-card' export default function Verification() { return ( - +
diff --git a/src/components/pages/auth-content.tsx b/src/components/pages/auth-content.tsx index 04c6214..a8495af 100644 --- a/src/components/pages/auth-content.tsx +++ b/src/components/pages/auth-content.tsx @@ -11,7 +11,7 @@ type AuthContentProps = { const AuthContent: FC = ({ children, className }) => { return (
- + {children}