diff options
Diffstat (limited to 'modern/src/common/theme/components.js')
-rw-r--r-- | modern/src/common/theme/components.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modern/src/common/theme/components.js b/modern/src/common/theme/components.js index d0c7f9c6..572f876e 100644 --- a/modern/src/common/theme/components.js +++ b/modern/src/common/theme/components.js @@ -33,4 +33,10 @@ export default { }, }, }, + MuiTooltip: { + defaultProps: { + enterDelay: 500, + enterNextDelay: 500, + }, + }, }; |