Skip to content

Commit c7f2ae2

Browse files
update link class on reset view
1 parent 1ab749d commit c7f2ae2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

screenshots/reset-password.png

35 Bytes
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</button>
4141

4242
<p class="w-full text-xs text-center text-grey-dark mt-8 -mb-4">
43-
<a class="text-blue hover:text-blue-dark no-underline" href="{{ route('login') }}">
43+
<a class="text-blue-500 hover:text-blue-700 no-underline" href="{{ route('login') }}">
4444
Back to login
4545
</a>
4646
</p>

0 commit comments

Comments
 (0)