Change border radius of the button

Add this code to the Custom CSS field on the Style tab of your Click to Call widget’s settings:

.eapp-click-to-call-button-component {
border-radius: 5px;
}