Skip to content

Commit

Permalink
Fix tabindex on modal close button
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Oct 11, 2024
1 parent db9af45 commit 7b0ff27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Modal/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
aria-label="close"
style:outline="none"
use:Ripple={$ripple}
tabindex="-1"
>
<Icon icon="mingcute:close-fill" height="none" />
</button>
Expand Down

0 comments on commit 7b0ff27

Please sign in to comment.