Merge branch 'release/2025.04.24' into feature/CASH-500

This commit is contained in:
Matt Caimi 2025-04-14 13:32:49 -04:00 committed by GitHub
commit 1435eee0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,8 +55,8 @@
<buttonMain
ref="buttonMain"
:buttonText="DonationAddButtonCopy"
loaderColor="white"
class="w-100 mb-2"
loaderColor="blue"
class="w-100 mb-2 custom-secondary"
@click-event="handleDonationAction" />
</div>
</div>
@ -291,5 +291,12 @@ export default {
left: -0.25rem;
}
}
.custom-secondary {
&:hover {
color: $blue;
background: transparent;
border: 1px solid $blue;
}
}
}
</style>