Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-hover-button .product-element-top {
background-color: white;
}
.basel-hover-button:hover .product-element-top {
background-color: black;
}
Regards