Change color of Error Messages in Form block

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

.global-styles, [class^="FormFieldLayout__Error-sc"], [class^="FormLayout__Error-sc"] {
color: white !important;
}