Skip to content

Commit 1636614

Browse files
committed
update verify view to tailwind v1
1 parent 2c85d59 commit 1636614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tailwindcss-stubs/resources/views/auth/verify.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<div class="w-full max-w-sm">
77

88
@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">
1010
{{ __('A fresh verification link has been sent to your email address.') }}
1111
</div>
1212
@endif
1313

1414
<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">
1616
{{ __('Verify Your Email Address') }}
1717
</div>
1818

@@ -21,7 +21,7 @@
2121
{{ __('Before proceeding, please check your email for a verification link.') }}
2222
</p>
2323

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') }}">
2525
{{ __('Resend verification email') }}
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)