fix: name the Folder modal close button (WCAG 4.1.2) (#29160)

This commit is contained in:
spoofy
2026-08-28 14:49:22 -07:00
committed by GitHub
parent 233681464f
commit afb9f3c2d1

View File

@@ -119,6 +119,7 @@
{/if}
</div>
<button
aria-label={$i18n.t('Close')}
class="self-center rounded-lg p-1 text-gray-500 transition hover:bg-gray-50 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-gray-200"
on:click={() => {
show = false;