Hi I am also interested in the resolution to this as I have the same issue. I got around it for now by using the following in custom css, but I am interested as to if the developers’ possibly have a better idea.
Replace the color with your choice of course
.gform_wrapper input[type=”submit”] {
background-color: #7eced5;
border-color: #7eced5;
}