We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf1698c + 131b211 commit e56447aCopy full SHA for e56447a
src/components/composites/IconButton/index.tsx
@@ -20,6 +20,7 @@ const IconButton = (
20
isPressed: isPressedProp,
21
isFocused: isFocusedProp,
22
isFocusVisible: isFocusVisibleProp,
23
+ isDisabled,
24
...props
25
}: IIconButtonProps,
26
ref: any
@@ -43,6 +44,7 @@ const IconButton = (
43
44
isPressed: isPressedProp || isPressed,
45
isFocused: isFocusedProp || isFocused,
46
isFocusVisible: isFocusVisibleProp || isFocusVisible,
47
48
});
49
50
let clonedIcon;
0 commit comments