diff --git a/frontend/components/cart/AddressItem.vue b/frontend/components/cart/AddressItem.vue
index bcd660a..d2d27d6 100644
--- a/frontend/components/cart/AddressItem.vue
+++ b/frontend/components/cart/AddressItem.vue
@@ -23,12 +23,12 @@ const emit = defineEmits(["select"]);
:class="
isSelected
? 'border-cyan-500 ring-2 ring-offset-2 ring-cyan-500'
- : 'border-gray-300'
+ : 'border-slate-200'
"
- class="flex flex-col items-center transition-all cursor-pointer w-full gap-4 p-4 border rounded-xl bg-gray-50"
+ class="flex flex-col items-center transition-all cursor-pointer w-full gap-4 p-4 border rounded-xl bg-slate-50"
>
آدرس
@@ -37,7 +37,7 @@ const emit = defineEmits(["select"]);
class="flex flex-col items-center justify-between w-full gap-4 lg:flex-row"
>
{{
!!address