fix(a11y): Make foreground of 'remove image button' white

This commit is contained in:
Jay Sitter 2023-06-24 19:58:06 -04:00
parent 36c1577718
commit 99de15b10b

View file

@ -50,7 +50,7 @@ export class ImageUploadForm extends Component<
}`}
/>
<button
className="position-absolute d-block p-0 end-0 border-0 top-0 bg-transparent"
className="position-absolute d-block p-0 end-0 border-0 top-0 bg-transparent text-white"
type="button"
onClick={linkEvent(this, this.handleRemoveImage)}
aria-label={I18NextService.i18n.t("remove")}