File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/tailwindcss-stubs/resources/views/auth/passwords Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 {{ __ (' E-Mail Address' ) } } :
2626 </label >
2727
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 >
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-500 ' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required >
2929
3030 @if ($errors -> has (' email' ) )
3131 <p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 2020 {{ __ (' E-Mail Address' ) } } :
2121 </label >
2222
23- <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors -> has (' email' ) ? ' border-red' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autofocus >
23+ <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors -> has (' email' ) ? ' border-red-500 ' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autofocus >
2424
2525 @if ($errors -> has (' email' ) )
2626 <p class =" text-red-500 text-xs italic mt-4" >
3434 {{ __ (' Password' ) } } :
3535 </label >
3636
37- <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors -> has (' password' ) ? ' border-red' : ' ' } }" name =" password" required >
37+ <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors -> has (' password' ) ? ' border-red-500 ' : ' ' } }" name =" password" required >
3838
3939 @if ($errors -> has (' password' ) )
4040 <p class =" text-red-500 text-xs italic mt-4" >
You can’t perform that action at this time.
0 commit comments