Hello,
Are you talking about styles http://prntscr.com/o3c19u ?
Add the following code to child theme style.css to fix the problem and don’t forget to clear cache after that to apply changes
.progress-button.state-success {
border-color: #fff !important;
background-color: #fff!important;
}
Regards