it('has the correct customized styles', () => {
        equal(button.props.style.color, 'red')
        equal(button.props.style.backgroundColor, 'brown')
        equal(button.props.style.borderColor, 'brown')
        equal(button.props.style.borderRadius, '6px')