More improvements on dark themes..

This commit is contained in:
Matias De lellis
2024-02-06 14:55:40 -03:00
parent dc928dffad
commit 41f8b429aa
6 changed files with 30 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<div class="attach-preview note-attach" attach-file-id="{{file_id}}" data-background-image="{{preview_url}}"></div>
</a>
{{#if ../can_delete}}
<div class="attach-remove icon-delete" title="{{t "quicknotes" "Delete attachment"}}"></div>
<div class="attach-remove original-icon-delete-dark" title="{{t "quicknotes" "Delete attachment"}}"></div>
{{/if}}
</div>
{{/each}}