We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0911071 commit 88f68e1Copy full SHA for 88f68e1
1 file changed
src/components/Icon/IconButton.tsx
@@ -50,6 +50,7 @@ export const IconButton = ({
50
const defaultIconTooltipProps = {
51
hoverOpenDelay: 1000,
52
openOnTargetFocus: restProps.disabled || (restProps.tabIndex ?? 0) < 0 ? false : undefined,
53
+ swapPlaceholderDelay: 1,
54
};
55
const iconProps = {
56
small: restProps.small,
0 commit comments