diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte index c6e31f45..6f40ccb0 100644 --- a/src/routes/profile/+page.svelte +++ b/src/routes/profile/+page.svelte @@ -262,7 +262,7 @@ })} {/if} -
+
Current Plan: @@ -310,7 +310,7 @@ {:else if subscriptionData?.status_formatted === "Cancelled"} @@ -434,7 +434,7 @@ method="POST" action="?/reactivateSubscription" 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" >
(isClicked = !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