ui fixes
This commit is contained in:
parent
e62c1fbc60
commit
84ef0c2155
@ -491,7 +491,7 @@
|
|||||||
method="POST"
|
method="POST"
|
||||||
action="?/changeSubscription"
|
action="?/changeSubscription"
|
||||||
use:enhance={submitChangePlan}
|
use:enhance={submitChangePlan}
|
||||||
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]"
|
||||||
@ -507,9 +507,9 @@
|
|||||||
on:click={() => (isClicked = !isClicked)}
|
on:click={() => (isClicked = !isClicked)}
|
||||||
class="{!isClicked
|
class="{!isClicked
|
||||||
? ''
|
? ''
|
||||||
: 'hidden'} cursor-pointer px-7 py-2 mb-5 rounded-full text-center bg-[#00FC50] text-black font-semibold text-[1rem] font-normal"
|
: 'hidden'} cursor-pointer px-7 py-2 mb-5 rounded-full text-center bg-[#fff] text-black font-semibold text-[1rem] font-semibold"
|
||||||
>
|
>
|
||||||
Change to Annual Plan
|
Proceed
|
||||||
<input
|
<input
|
||||||
class="hidden"
|
class="hidden"
|
||||||
name="subscriptionId"
|
name="subscriptionId"
|
||||||
@ -518,7 +518,7 @@
|
|||||||
</button>
|
</button>
|
||||||
{#if isClicked === true}
|
{#if isClicked === true}
|
||||||
<label
|
<label
|
||||||
class="cursor-pointer px-7 py-2 mb-5 rounded-full bg-[#0DDE00] text-center text-black text-[1rem] font-normal"
|
class="cursor-pointer px-7 py-2 mb-5 rounded-full bg-[#fff] text-center text-black text-[1rem] font-normal"
|
||||||
>
|
>
|
||||||
<div class="flex flex-row m-auto">
|
<div class="flex flex-row m-auto">
|
||||||
<span class="loading loading-infinity"></span>
|
<span class="loading loading-infinity"></span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user