const Button = styled.button` /* Adapt the colours based on primary prop */ background: ${props => props.primary ? 'red' : 'white'}; color: ...
確定! 回上一頁