DonationsOverview contrast on action

ref #133
This commit is contained in:
Philipp Dormann 2021-04-15 18:25:52 +02:00
parent 04a3038369
commit d7d44470bb

View File

@ -203,7 +203,7 @@
class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
<button
on:click={() => {open_payment_modal(donation);}}
class="text-green-600 hover:text-green-900 mr-4">{$_('enter-payment')}</button>
class="text-[#025a21] hover:text-green-900 mr-4">{$_('enter-payment')}</button>
<a
href="./{donation.id}"
class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>