🎨 styles: cart drawer spacing

:%s
This commit is contained in:
lytrankieio123
2021-09-14 09:42:06 +07:00
parent 4ae9ace396
commit b312069710
3 changed files with 2 additions and 5 deletions

View File

@@ -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>