fix: update separator color and improve conditional rendering for provider map
This commit is contained in:
parent
26295f77fc
commit
de4cabdaed
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default async function LoginPage() {
|
|||
<CardContent className='gap-6 flex flex-col items-center'>
|
||||
<LoginForm />
|
||||
|
||||
<Separator className='h-[1px] rounded-sm w-[60%] bg-neutral-000' />
|
||||
<Separator className='h-[1px] rounded-sm w-[60%] bg-border' />
|
||||
|
||||
{providerMap.length > 0}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue