diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 17:22:46 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 17:22:46 +0700 |
| commit | 0eedef242e76673e6882ec11b87a9371d6ec5164 (patch) | |
| tree | 4a66099e9cf4923ba5cb24d4a06829d9088ef3a5 /src-migrate/modules/product-detail/components/ProductDetail.tsx | |
| parent | 7cf105a01a814c5f76dd6b407df284a44026cabf (diff) | |
<Miqdad> mobile
Diffstat (limited to 'src-migrate/modules/product-detail/components/ProductDetail.tsx')
| -rw-r--r-- | src-migrate/modules/product-detail/components/ProductDetail.tsx | 2 |
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 c8c03300..76fa8298 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -252,7 +252,7 @@ const ProductDetail = ({ product }: Props) => { {/* ===== Kolom kanan: info ===== */} <div className='md:w-8/12 px-4 md:pl-6'> {!hasPrice && ( - <div className='bg-red-50 py-2 rounded-lg border border-red-500 flex gap-2 items-center mb-4'> + <div className='bg-red-50 p-2 py-1.5 rounded-lg border border-red-500 flex gap-1 items-center '> <AlertTriangle size={18} className='text-red-600 shrink-0 mx-2' |
