My styled component:
const Button = styled.button /* Adapt the colors based on primary prop */ background: ${props => props.primary ? "grey" : &q