.spectrum--dark .spectrum-FieldLabel,
.spectrum--dark .spectrum-Form-itemLabel {
  color: rgb(185, 185, 185);
}
.spectrum--dark .spectrum-FieldLabel.is-disabled,
.spectrum--dark .spectrum-Form-itemLabel.is-disabled {
    color: rgb(110, 110, 110);
  }
.spectrum--dark .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--dark .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(110, 110, 110);
    }
.spectrum--dark .spectrum-FieldLabel-requiredIcon {
  color: rgb(144, 144, 144);
}
