fix(button): icon focus behaviour on click (#5209)

This commit is contained in:
աӄա 2025-04-19 23:21:56 +08:00 committed by GitHub
parent b865356b6c
commit 53295ca9dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@heroui/button": patch
---
fix button icon focus behaviour on click (#5200)

View File

@ -200,7 +200,6 @@ export function useButton(props: UseButtonProps) {
// @ts-ignore
"aria-hidden": true,
focusable: false,
tabIndex: -1,
})
: null;