fix(ui): wrong tabindex usage 2 (#2617)

main
Joaquín Sánchez 2024-02-24 19:23:37 +01:00 committed by GitHub
parent 913e2892f7
commit 6b40319723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const tabs = [
>
<div
relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all
tabindex="1"
tabindex="0"
hover:bg-active transition-100
@click="option.onClick"
>