updated style

This commit is contained in:
Mamalizz
2025-03-18 16:24:24 +03:30
parent a2c8cde060
commit 55d66a9449
+1 -1
View File
@@ -30,7 +30,7 @@ const hasCartItem = computed(
<div class="w-full flex flex-col gap-4 lg:gap-6">
<div
v-if="hasCartItem"
class="flex items-center justify-between w-full gap-3 px-5 py-4 rounded-xl bg-slate-50 border border-slate-200"
class="flex items-center justify-between w-full gap-3 px-4 py-4 rounded-xl bg-slate-50 border border-slate-200"
>
<Skeleton
v-if="cartIsLoading"