Skip to content

Commit

Permalink
fix(image-upload): make color contrast of content policy and branding…
Browse files Browse the repository at this point in the history
… help text accessible
  • Loading branch information
giamir committed Apr 24, 2024
1 parent 9edcb68 commit f57efd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/prosemirror-plugins/image-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class ImageUploader extends PluginInterfaceView<
<button class="s-btn s-btn__primary ws-nowrap mr8 js-add-image" type="button" disabled>Add image</button>
<button class="s-btn ws-nowrap js-cancel-button" type="button">Cancel</button>
</div>
<div class="d-flex fd-column fs-caption fc-black-350 s-anchors s-anchors__muted">
<div class="d-flex fd-column fs-caption fc-black-400 s-anchors s-anchors__muted">
<div class="js-branding-html"></div>
<div class="js-content-policy-html"></div>
</div>
Expand Down

0 comments on commit f57efd3

Please sign in to comment.