new changes
This commit is contained in:
@@ -69,7 +69,7 @@ const selectedGateway = ref<PaymentGateway>(paymentGateways.value[0]);
|
|||||||
:key="index"
|
:key="index"
|
||||||
:class="
|
:class="
|
||||||
selectedGateway.id == gateway.id
|
selectedGateway.id == gateway.id
|
||||||
? 'ring-2 ring-offset-2 ring-cyan-500 border-cyan-500'
|
? 'ring-2 ring-offset-2 ring-black border-black'
|
||||||
: 'border-slate-200'
|
: 'border-slate-200'
|
||||||
"
|
"
|
||||||
class="w-full p-5 border rounded-xl flex flex-col gap-4 transition-all cursor-pointer"
|
class="w-full p-5 border rounded-xl flex flex-col gap-4 transition-all cursor-pointer"
|
||||||
@@ -99,13 +99,10 @@ const selectedGateway = ref<PaymentGateway>(paymentGateways.value[0]);
|
|||||||
|
|
||||||
<div class="h-7 flex-center col-span-full lg:hidden">
|
<div class="h-7 flex-center col-span-full lg:hidden">
|
||||||
<button class="gap-2 flex-center">
|
<button class="gap-2 flex-center">
|
||||||
<span class="text-sm font-bold text-cyan-500">
|
<span class="text-sm font-bold text-black">
|
||||||
مشاهده بیشتر
|
مشاهده بیشتر
|
||||||
</span>
|
</span>
|
||||||
<Icon
|
<Icon name="bi:chevron-down" class="**:stroke-black" />
|
||||||
name="bi:chevron-down"
|
|
||||||
class="**:stroke-cyan-500"
|
|
||||||
/>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user