Skip to content

Commit

Permalink
Dark mode improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 13, 2024
1 parent fb9bb68 commit da4657a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/views/auth/login-two-factor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ $this->registerAction }}
</x-slot>
@endif
<h2 class="mt-5 text-lg font-semibold text-gray-900 text-center">
<h2 class="mt-5 text-lg font-semibold text-gray-900 text-center dark:text-gray-100">
{{ __('Authenticate with your code') }}
</h2>
@if ($twoFactorType === 'email' || $twoFactorType === 'phone')
Expand Down
4 changes: 2 additions & 2 deletions resources/views/auth/password-reset.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="relative flex min-h-screen shrink-0 justify-center md:px-12 lg:px-0">
<div
class="relative z-10 flex flex-1 flex-col bg-white px-4 py-10 shadow-2xl sm:justify-center md:flex-none md:px-28">
class="relative z-10 flex flex-1 flex-col bg-white px-4 py-10 shadow-2xl sm:justify-center md:flex-none md:px-28 dark:text-white">
<main class="mx-auto w-full max-w-md sm:px-4 md:w-96 md:max-w-sm md:px-0">
<div class="flex">
<a href="#" class="-m-1.5 p-1.5">
<span class="sr-only">{{ config('app.name') }}</span>
<span class="text-3xl font-bold xs:text-2xl">{{ config('app.name') }}</span>
</a>
</div>
<h2 class="mt-20 text-lg font-semibold text-gray-900">
<h2 class="mt-20 text-lg font-semibold text-gray-900 dark:text-gray-100">
{{ __('Reset Password') }}
</h2>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/request-password-reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class="relative z-10 flex flex-1 flex-col bg-white px-4 py-10 shadow-2xl sm:just
<span class="text-3xl font-bold xs:text-2xl">{{ config('app.name') }}</span>
</a>
</div>
<h2 class="mt-20 text-lg font-semibold text-gray-900">
<h2 class="mt-20 text-lg font-semibold text-gray-900 dark:text-gray-100">
{{ __('Reset Password') }}
</h2>

Expand Down

0 comments on commit da4657a

Please sign in to comment.