Skip to content

Commit

Permalink
fixed auth input color
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Jun 16, 2022
1 parent b9d7ed0 commit cedf554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<div class="rounded-md shadow-sm">
<div>
<input value="{{ old("email") }}" aria-label="{{ trans('moonshine::ui.login.email') }}" name="email" type="email" required
class="appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 rounded-t-md focus:outline-none focus:shadow-outline-purple focus:border-purple focus:z-10 sm:text-sm sm:leading-5"
class="text-black appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 rounded-t-md focus:outline-none focus:shadow-outline-purple focus:border-purple focus:z-10 sm:text-sm sm:leading-5"
placeholder="{{ trans('moonshine::ui.login.email') }}">
</div>
<div class="-mt-px">
<input aria-label="{{ trans('moonshine::ui.login.password') }}" name="password" type="password" required
class="appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-b-md focus:outline-none focus:shadow-outline-purple focus:border-purple focus:z-10 sm:text-sm sm:leading-5"
class="text-black appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-b-md focus:outline-none focus:shadow-outline-purple focus:border-purple focus:z-10 sm:text-sm sm:leading-5"
placeholder="{{ trans('moonshine::ui.login.password') }}">
</div>
</div>
Expand Down

0 comments on commit cedf554

Please sign in to comment.