Skip to content

Commit

Permalink
Update src/components/button/Button.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Kostro <kostro.d@gmail.com>
  • Loading branch information
hamed-musallam and stropitek authored May 28, 2024
1 parent b616499 commit ff85f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Button(props: ButtonProps) {
return (
<Tooltip
fill={fill || buttonProps.fill}
disabled={!content ? true : disabled}
disabled={disabled}
content={content}
{...otherToolTipProps}
renderTarget={({ isOpen, ...targetProps }) => (
Expand Down

0 comments on commit ff85f0c

Please sign in to comment.