]> Untitled Git - lemmy-ui.git/commitdiff
fix(a11y): Make foreground of 'remove image button' white
authorJay Sitter <jay@jaysitter.com>
Sat, 24 Jun 2023 23:58:06 +0000 (19:58 -0400)
committerJay Sitter <jay@jaysitter.com>
Sat, 24 Jun 2023 23:58:06 +0000 (19:58 -0400)
src/shared/components/common/image-upload-form.tsx

index f217cfab5af0c0400a9a795dae26fa61b9c39ce1..8ece39e93b3ba08fe93a3f311550db6c85715816 100644 (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")}