diff --git a/src/components/Button/IconButton/IconButton.tsx b/src/components/Button/IconButton/IconButton.tsx index a545a2f2..87bc92ff 100644 --- a/src/components/Button/IconButton/IconButton.tsx +++ b/src/components/Button/IconButton/IconButton.tsx @@ -50,7 +50,7 @@ type IconButtonProps = UnstyledButtonPropsFor<"button"> & */ destructive?: boolean; /** - * Display a tooltip when the button is hovered + * Optional tooltip for the button */ tooltip?: string; };