Skip to content

Commit 88f68e1

Browse files
committed
use minimal swap time as default
1 parent 0911071 commit 88f68e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Icon/IconButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const IconButton = ({
5050
const defaultIconTooltipProps = {
5151
hoverOpenDelay: 1000,
5252
openOnTargetFocus: restProps.disabled || (restProps.tabIndex ?? 0) < 0 ? false : undefined,
53+
swapPlaceholderDelay: 1,
5354
};
5455
const iconProps = {
5556
small: restProps.small,

0 commit comments

Comments
 (0)