1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Update text color in billing-portal-purchase.blade.php

This commit is contained in:
Benjamin Beganović 2024-03-04 18:36:47 +01:00
parent 7a467e8fbd
commit 63211f50db

View File

@ -250,7 +250,7 @@
@if($steps['passwordless_login_sent'])
<span
class="block mt-2 text-sm text-green-600">{!! ctrans('texts.sent') !!}</span>
class="block mt-2 text-sm text-emerald-600">{!! ctrans('texts.sent') !!}</span>
@endif
@endif