From 81c390cf9ae66c1781d44170446e89bf551c1571 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 24 Jun 2024 11:39:17 +0200 Subject: [PATCH] Update tooltip documentation --- src/components/Button/IconButton/IconButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };