Merge branch 'release/2025.04.24' into feature/CASH-500
This commit is contained in:
commit
1435eee0ce
1 changed files with 9 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue