Skip to content

Commit 359878f

Browse files
Merge pull request #52 from dwightwatson/patch-1
Consistent colour for error messages
2 parents 4f95576 + f75cdcc commit 359878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/auth/passwords/email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<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>
2929

3030
@if ($errors->has('email'))
31-
<p class="text-red-100 text-xs italic mt-4">
31+
<p class="text-red-500 text-xs italic mt-4">
3232
{{ $errors->first('email') }}
3333
</p>
3434
@endif

0 commit comments

Comments
 (0)