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 25
25
{{ __ (' E-Mail Address' ) } } :
26
26
</label >
27
27
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 @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete =" email" autofocus >
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 @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete =" email" autofocus >
29
29
30
30
@error (' email' )
31
31
<p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 20
20
{{ __ (' E-Mail Address' ) } } :
21
21
</label >
22
22
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 @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete =" email" 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 @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete =" email" autofocus >
24
24
25
25
@error (' email' )
26
26
<p class =" text-red-500 text-xs italic mt-4" >
34
34
{{ __ (' Password' ) } } :
35
35
</label >
36
36
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 @error (' password' ) border-red @enderror " name =" password" required autocomplete =" new-password" >
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 @error (' password' ) border-red-500 @enderror " name =" password" required autocomplete =" new-password" >
38
38
39
39
@error (' password' )
40
40
<p class =" text-red-500 text-xs italic mt-4" >
You can’t perform that action at this time.
0 commit comments