Skip to content

Commit

Permalink
Fix in ToolbarButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 2, 2024
1 parent 01d28f2 commit 2cea1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/toolbar/toolbar-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function UnforwardedToolbarButton(
className
) }
isPressed={ isActive }
__experimentalIsFocusable
disabled={ isDisabled }
data-toolbar-item
{ ...extraProps }
Expand All @@ -85,6 +86,7 @@ function UnforwardedToolbarButton(
<Button
label={ title }
isPressed={ isActive }
__experimentalIsFocusable
disabled={ isDisabled }
{ ...toolbarItemProps }
>
Expand Down

0 comments on commit 2cea1eb

Please sign in to comment.