Skip to content

Commit f700a7b

Browse files
committed
fix tooltip duration
Signed-off-by: FaheemOnHub <faheemmushtaq89@gmail.com>
1 parent d954a95 commit f700a7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/custom/CustomTooltip/customTooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ function CustomTooltip({
2929
}: CustomTooltipProps): JSX.Element {
3030
return (
3131
<Tooltip
32-
enterTouchDelay={0}
33-
leaveTouchDelay={2000}
32+
enterDelay={0}
33+
leaveDelay={1200}
3434
componentsProps={_.merge(
3535
{
3636
tooltip: {

0 commit comments

Comments
 (0)