aria label on remove file button to enchance accessibility

This commit is contained in:
Sine Jespersen 2025-07-01 13:21:40 +02:00
parent 1dd475cccf
commit 3d4752480e

View file

@ -134,6 +134,7 @@
{#if dismissible}
<div class=" absolute -top-1 -right-1">
<button
aria-label={$i18n.t('Remove File')}
class=" bg-white text-black border border-gray-50 rounded-full {($settings?.highContrastMode ??
false)
? ''