Change button text color

Add the code below to Custom CSS field on your Form widget’s Appearance tab:

[class*="ButtonBase__ButtonContainer"] {
  color: black !important;
}