This commit is contained in:
MuslemRahimi 2024-11-11 16:06:23 +01:00
parent c4598a7f07
commit 53ed831680

View File

@ -262,7 +262,7 @@
})} })}
</span> </span>
{/if} {/if}
<div class="flex flex-col justify-start items-start mt-4"> <div class="flex flex-col justify-start items-start mt-4 mb-4">
<span class="text-white font-medium mr-2 text-lg"> <span class="text-white font-medium mr-2 text-lg">
Current Plan: Current Plan:
</span> </span>
@ -310,7 +310,7 @@
{:else if subscriptionData?.status_formatted === "Cancelled"} {:else if subscriptionData?.status_formatted === "Cancelled"}
<label <label
for="reactivateSubscriptionModal" for="reactivateSubscriptionModal"
class="cursor-pointer text-white bg-[#fff] sm:hover:bg-gray-300 text-sm sm:text-[1rem] px-4 py-2 rounded-md mt-5" class="cursor-pointer text-black bg-[#fff] sm:hover:bg-gray-300 text-sm sm:text-[1rem] px-4 py-2 rounded-md"
> >
Reactivate Subscription Reactivate Subscription
</label> </label>
@ -434,7 +434,7 @@
method="POST" method="POST"
action="?/reactivateSubscription" action="?/reactivateSubscription"
use:enhance={submitReactivate} use:enhance={submitReactivate}
class="modal-box w-full bg-[#09090B] flex flex-col items-center" class="modal-box w-full bg-[#272727A] flex flex-col items-center"
> >
<div <div
class="mx-auto mb-8 h-1.5 w-20 flex-shrink-0 rounded-full bg-[#404040]" class="mx-auto mb-8 h-1.5 w-20 flex-shrink-0 rounded-full bg-[#404040]"
@ -451,9 +451,9 @@
on:click={() => (isClicked = !isClicked)} on:click={() => (isClicked = !isClicked)}
class="{!isClicked class="{!isClicked
? '' ? ''
: 'hidden'} cursor-pointer px-7 py-2 mb-5 rounded-full bg-[#417143] text-center text-white text-[1rem] font-normal" : 'hidden'} cursor-pointer px-7 py-2 mb-5 rounded-md bg-[#fff] sm:hover:bg-gray-300 text-center text-black text-[1rem] font-medium"
> >
Reactivate Subscription Proceed
<input <input
class="hidden" class="hidden"
name="subscriptionId" name="subscriptionId"