Adds hover to donation button

This commit is contained in:
2025-02-13 00:58:44 -05:00
parent d4b1a3fbc7
commit 3fc5a10b4c

View File

@@ -172,6 +172,11 @@ function preventNonNumeric(event) {
@apply bg-hutopyPrimary;
}
.donation-action:hover {
@apply bg-hutopySecondary;
}
.error-message {
color: white;
background-color: red;