cart & checkout: UI enhacnements
This commit is contained in:
@@ -83,7 +83,7 @@ export default function CouponCard() {
|
||||
placeholder={t("cart.couponCode")}
|
||||
size="large"
|
||||
autoFocus={false}
|
||||
style={{ padding: "7px 11px", height: 50 }}
|
||||
style={{ padding: "7px 11px", height: 48 }}
|
||||
onChange={(e) => {
|
||||
dispatch(updateCoupon(e.target.value));
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user