From 53ed831680ff6d55d08a9946289c4b91a7c9550a Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 11 Nov 2024 16:06:23 +0100 Subject: [PATCH] ui fix --- src/routes/profile/+page.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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