fix tooltips

This commit is contained in:
Olivier Gagnon
2021-09-25 11:23:56 -04:00
parent cba40c71b2
commit 7fb2b8b590
8 changed files with 54 additions and 2412 deletions
+1 -4
View File
@@ -152,10 +152,7 @@ export function PurchaseableAugmentation(props: IProps): React.ReactElement {
placement="top"
disableFocusListener
disableTouchListener
enterNextDelay={1000}
enterDelay={500}
leaveDelay={0}
leaveTouchDelay={0}
disableInteractive
>
<Typography>{btnTxt}</Typography>
</Tooltip>