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