diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte index 6f40ccb0..9041d6ac 100644 --- a/src/routes/profile/+page.svelte +++ b/src/routes/profile/+page.svelte @@ -377,7 +377,7 @@ method="POST" action="?/cancelSubscription" use:enhance={submitCancellation} - 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-red-600 text-center text-white text-[1rem] font-normal" + : 'hidden'} cursor-pointer px-7 py-2 mb-5 rounded-md bg-red-600 text-center text-white text-[1rem] font-normal" > Cancel Subscription