style: fix shadow on some clerk components
This commit is contained in:
@@ -3,7 +3,13 @@ import { SignUp } from '@clerk/nextjs';
|
||||
export default function SignUpPage() {
|
||||
return (
|
||||
<main className='flex flex-col items-center'>
|
||||
<SignUp />
|
||||
<SignUp
|
||||
appearance={{
|
||||
elements: {
|
||||
card: 'shadow-md',
|
||||
},
|
||||
}}
|
||||
/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user