Reduce purchased aug tooltip delay

This commit is contained in:
nickofolas 2022-04-08 16:29:15 -05:00
parent 34ca4d236b
commit 7c9fc3248f

@ -51,7 +51,7 @@ export function PurchasedAugmentations(): React.ReactElement {
})()} })()}
</Typography> </Typography>
} }
enterNextDelay={1000} enterNextDelay={500}
key={displayName} key={displayName}
> >
<ListItem sx={{ py: 0 }}> <ListItem sx={{ py: 0 }}>