diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index 23ee8259..a6ca2184 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -1613,19 +1613,10 @@ export default function ProductAllSection({ spotlightId="detail-buy-now-button" className={css.buyNowButton} onClick={handleBuyNowClick} - type="detail_small" + type="large" >
{$L('BUY NOW')}
- -
{$L('ADD TO CART')}
-
)} diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less index 4057b505..c2f039b2 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less @@ -475,8 +475,7 @@ /* BUY NOW + ADD TO CART 버튼 스타일 */ .buyNowCartContainer { width: 100%; - padding-top: 10px; - display: flex; + padding-top: 10px; justify-content: space-between; align-items: center;