Change close button color from white to black

Add the code below to Custom CSS field on your Popup widget’s Settings tab:

.global-styles, 
[class^="Icon__IconContainer-sc"] {
  fill: black !important;
}