mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
feat: add aria-label to buttons
This commit is contained in:
parent
00bdd6473c
commit
63cf2825c0
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
variant="outline"
|
variant="outline"
|
||||||
class={index === i ? 'opacity-80' : 'opacity-30'}
|
class={index === i ? 'opacity-80' : 'opacity-30'}
|
||||||
size="icon"
|
size="icon"
|
||||||
|
aria-label={`Toggle image ${i + 1}`}
|
||||||
on:click={() => handleMarkerClick(i)}
|
on:click={() => handleMarkerClick(i)}
|
||||||
>
|
>
|
||||||
<Eye class="transition-fill ease-outmuted h-4 w-4 " />
|
<Eye class="transition-fill ease-outmuted h-4 w-4 " />
|
||||||
|
|
Loading…
Reference in a new issue