Disables add row button using disabled prop from useField - i.e. when the form is processing or initializing. This fixes a flaky array test that clicks the button before the form has finished initializing/processing. Also corrects the add row button color styles with specificity.