We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 356d095 + 4ac5eb6 commit 442343eCopy full SHA for 442343e
1 file changed
src/custom/CustomTooltip/customTooltip.tsx
@@ -26,6 +26,7 @@ function CustomTooltip({
26
}: CustomTooltipProps): JSX.Element {
27
return (
28
<Tooltip
29
+ leaveDelay={1000}
30
componentsProps={{
31
tooltip: {
32
sx: {
0 commit comments