File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/tailwindcss-stubs/resources/views/auth Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<div class =" w-full max-w-sm" >
7
7
8
8
@if (session (' resent' ) )
9
- <div class =" text-sm border border-t-8 rounded text-green-darker border-green-dark bg-green-lightest px-3 py-4 mb-4" role =" alert" >
9
+ <div class =" text-sm border border-t-8 rounded text-green-700 border-green-600 bg-green-100 px-3 py-4 mb-4" role =" alert" >
10
10
{{ __ (' A fresh verification link has been sent to your email address.' ) } }
11
11
</div >
12
12
@endif
13
13
14
14
<div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md" >
15
- <div class =" font-semibold bg-grey-lightest text-grey-darkest py-3 px-6 mb-0 shadow-inner" >
15
+ <div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner" >
16
16
{{ __ (' Verify Your Email Address' ) } }
17
17
</div >
18
18
21
21
{{ __ (' Before proceeding, please check your email for a verification link.' ) } }
22
22
</p >
23
23
24
- <a class =" bg-blue hover:bg-blue-dark text-white font-semibold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline ml-auto" href =" {{ route (' verification.resend' ) } }" >
24
+ <a class =" bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline ml-auto" href =" {{ route (' verification.resend' ) } }" >
25
25
{{ __ (' Resend verification email' ) } }
26
26
</a >
27
27
</div >
You can’t perform that action at this time.
0 commit comments