Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-modules/panel-app/resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class="h-12 w-auto dark:brightness-0 dark:invert"
/>
</div>

<h2 class="mb-1 text-xl font-semibold text-white">Entrar</h2>
<h2 class="mb-1 text-xl font-semibold dark:text-white text-dark">Entrar</h2>
<p class="mb-6 text-sm text-zinc-400">Acesse sua conta He4rt Developers</p>

{{-- OAuth --}}
Expand Down Expand Up @@ -146,7 +146,7 @@ class="absolute -top-2 right-2 z-10 rounded-full border border-zinc-600 bg-zinc-
<div class="w-full border-t border-zinc-800"></div>
</div>
<div class="relative flex justify-center text-xs uppercase">
<span class="bg-gray-950 px-3 text-zinc-500">ou</span>
<span class="bg-white px-3 text-zinc-500 dark:bg-gray-950 dark:text-zinc-400">ou</span>
</div>
</div>

Expand Down