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^="Layout__Error-sc-1ym496i-0"] {
color: white !important;
}