For one style: const Wrapper = styled.div` background: red; color: ${props => props.myProps === 'ok' && 'white'}; `;. For multiple styles:
確定! 回上一頁