We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f95576 + f75cdcc commit 359878fCopy full SHA for 359878f
src/tailwindcss-stubs/resources/views/auth/passwords/email.blade.php
@@ -28,7 +28,7 @@
28
<input id="email" type="email" class="shadow appearance-none border rounded w-full py-2 px-3 text-grey-darker leading-tight focus:outline-none focus:shadow-outline{{ $errors->has('email') ? ' border-red' : '' }}" name="email" value="{{ old('email') }}" required>
29
30
@if ($errors->has('email'))
31
- <p class="text-red-100 text-xs italic mt-4">
+ <p class="text-red-500 text-xs italic mt-4">
32
{{ $errors->first('email') }}
33
</p>
34
@endif
0 commit comments