summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-08 09:18:48 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-08 09:18:48 +0700
commit4f133e1de46fa50982e9cd3b6063eea7c1d10528 (patch)
tree7b1bd1951b0270ac4143481f52e41a11edd8df66
parent9ce2bb6b87c1823de6ca6e9a34aefd80cca4eac0 (diff)
<Miqdad> add padding in div
-rw-r--r--src-migrate/modules/product-detail/components/ProductDetail.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx
index 980182cb..085bbb1c 100644
--- a/src-migrate/modules/product-detail/components/ProductDetail.tsx
+++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx
@@ -302,7 +302,7 @@ const ProductDetail = ({ product }: Props) => {
size={18}
className='text-red-600 shrink-0 mx-2'
/>
- <div className='text-red-600 font-normal text-h-sm'>
+ <div className='text-red-600 font-normal text-h-sm p-2'>
Maaf untuk saat ini Produk yang anda cari tidak tersedia
</div>
</div>