Adjust timeout

This commit is contained in:
Paulo Gustavo Veiga 2022-10-23 10:38:59 -07:00
parent 5f564166d9
commit ca4fab7687

View File

@ -38,7 +38,7 @@ export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => {
title={props.configuration.tooltip || ''} title={props.configuration.tooltip || ''}
disableInteractive disableInteractive
arrow={true} arrow={true}
enterDelay={7000} enterDelay={700}
> >
<Box component="span" my="auto"> <Box component="span" my="auto">
<IconButton <IconButton