feat: update button variants and styles for improved consistency and accessibility
This commit is contained in:
parent
573c3053b6
commit
327b984974
6 changed files with 20 additions and 15 deletions
|
@ -11,7 +11,7 @@ export default function SSOLogin({
|
|||
}) {
|
||||
return (
|
||||
<form
|
||||
className='flex flex-col items-center gap-4 w-full'
|
||||
className='flex flex-col items-center w-full'
|
||||
action={async () => {
|
||||
'use server';
|
||||
await signIn(provider);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue