format frontend files

This commit is contained in:
maxid
2025-12-06 22:39:09 +01:00
parent d1eee14b79
commit 961c89e4e2
119 changed files with 5465 additions and 5266 deletions

View File

@@ -114,9 +114,9 @@
</form>
{#each oauthProviderNames as name (name)}
<div
class="after:border-border relative mt-2 text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t"
class="relative mt-2 text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t after:border-border"
>
<span class="bg-background text-muted-foreground relative z-10 px-2">
<span class="relative z-10 bg-background px-2 text-muted-foreground">
Or continue with
</span>
</div>