Skip to content

Commit 3abc316

Browse files
committed
fix: submit button color
1 parent 68bde5a commit 3abc316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/contact.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<input
6161
type="submit"
6262
value="Submit"
63-
class="block bg-blue hover:bg-blue-dark text-white text-sm font-semibold tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3"
63+
class="block bg-blue-500 hover:bg-blue-700 text-white text-sm font-semibold tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3"
6464
/>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)