diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 16:36:57 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 16:36:57 +0700 |
| commit | 337e0f377624e5a0b46aa0ed3c3c16ba4e289965 (patch) | |
| tree | 61f72ab1ff1df7411c71e9ec3db1e5a12e7a2c83 /src-migrate/modules | |
| parent | 640c86b03f866f8fd3e2254d4611a3faf53386b4 (diff) | |
<iman> update mobile view
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/product-detail/components/PriceAction.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index a44e35ec..b549d39f 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -58,7 +58,7 @@ const PriceAction = ({ product }: Props) => { <div className={`block md:sticky md:top-[150px] md:py-6 fixed bottom-0 left-0 right-0 bg-white p-2 z-10 ${ isMobile && - 'pb-8 pt-6 rounded-lg shadow-[rgba(0,0,4,0.1)_0px_-4px_4px_0px] ' + 'pb-6 pt-6 rounded-lg shadow-[rgba(0,0,4,0.1)_0px_-4px_4px_0px] ' }`} id='price-section' > |
