【发布时间】:2021-04-28 23:20:36
【问题描述】:
如果媒体查询是767px,我想将文本“继续付款”更改为“立即购买”
const CheckoutButton = styled(GreenButton)
text-transform: none;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
font-weight: 500;
height: 40px ;
font-size: 1rem;
padding: 6px 20px !important;
margin-left: 100px;
<CheckoutButton disabled={isSubmitting || disabled} onClick={handleSubmit} type="submit">Proceed to Payment</CheckoutButton>
【问题讨论】:
标签: css reactjs sass styled-components