mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(button): icon focus behaviour on click (#5209)
This commit is contained in:
parent
b865356b6c
commit
53295ca9dc
5
.changeset/lazy-camels-clap.md
Normal file
5
.changeset/lazy-camels-clap.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@heroui/button": patch
|
||||
---
|
||||
|
||||
fix button icon focus behaviour on click (#5200)
|
||||
@ -200,7 +200,6 @@ export function useButton(props: UseButtonProps) {
|
||||
// @ts-ignore
|
||||
"aria-hidden": true,
|
||||
focusable: false,
|
||||
tabIndex: -1,
|
||||
})
|
||||
: null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user