mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
fix(a11y): Make foreground of 'remove image button' white
This commit is contained in:
parent
36c1577718
commit
99de15b10b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export class ImageUploadForm extends Component<
|
||||||
}`}
|
}`}
|
||||||
/>
|
/>
|
||||||
<button
|
<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"
|
type="button"
|
||||||
onClick={linkEvent(this, this.handleRemoveImage)}
|
onClick={linkEvent(this, this.handleRemoveImage)}
|
||||||
aria-label={I18NextService.i18n.t("remove")}
|
aria-label={I18NextService.i18n.t("remove")}
|
||||||
|
|
Loading…
Reference in a new issue