fix: update separator color and improve conditional rendering for provider map
Some checks failed
container-scan / Container Scan (pull_request) Failing after 53s
docker-build / docker (pull_request) Failing after 6m35s

This commit is contained in:
Maximilian Liebmann 2025-05-30 20:17:08 +02:00
parent 26295f77fc
commit de4cabdaed

View file

@ -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}