cart & checkout: UI enhacnements

This commit is contained in:
2025-12-25 21:13:25 +03:00
parent 90e729cdce
commit ce9092d634
24 changed files with 167 additions and 86 deletions

View File

@@ -104,7 +104,7 @@ export default function CartActionsButtons({ item }: { item: CartItem }) {
)}
<InputNumber
min={1}
max={100}
max={99}
value={item.quantity || 1}
onChange={(value: number | null) =>
dispatch(