From 2667cbad061f52092b8b1d63e9d5ce7fd11d564c Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 11 Nov 2024 16:07:25 +0100 Subject: [PATCH] ui fix --- src/routes/profile/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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