aug screen popup

This commit is contained in:
Olivier Gagnon 2021-09-21 13:21:25 -04:00
parent 7aa2d00460
commit 1b26d25a53

@ -191,8 +191,10 @@ export function PurchaseableAugmentation(props: IProps): React.ReactElement {
placement="top"
disableFocusListener
disableTouchListener
enterNextDelay={1000}
enterDelay={500}
leaveDelay={0}
leaveTouchDelay={0}
>
<Typography>{btnTxt}</Typography>
</Tooltip>