Skip to content

Commit 1774d82

Browse files
committed
remove doubled up font-bold - thanks to @imliam
1 parent a510ace commit 1774d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</div>
5353

5454
<div class="flex flex-wrap">
55-
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
55+
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
5656
{{ __('Reset Password') }}
5757
</button>
5858
</div>

0 commit comments

Comments
 (0)