mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🎨 styles: cart drawer spacing
:%s
This commit is contained in:
@@ -23,7 +23,7 @@ const CartDrawer = ({ visible, onClose }: Props) => {
|
||||
<ProductsInCart data={PRODUCT_CART_DATA_TEST}/>
|
||||
<CartRecommendation />
|
||||
</div>
|
||||
<div className={s.bottom}>
|
||||
<div>
|
||||
<CartMessage />
|
||||
<CartCheckoutButton />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user