傳入一個object 到style 屬性(React 預設) ... const Button = styled.button` padding: 4px; color: black; ` const BlueButton = styled(Button)` ...
確定! 回上一頁