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.
1 parent 46a9cec commit 82e9952Copy full SHA for 82e9952
src/components/input/IconButton.tsx
@@ -3,7 +3,7 @@ import classnames from 'classnames';
3
import type { IconComponent, PresentationalProps } from '../../types';
4
import { downcastRef } from '../../util/typing';
5
import type { ButtonProps } from './Button';
6
-import Button from './ButtonBase';
+import Button from './Button';
7
import { inputGroupStyles } from './InputGroup';
8
9
type ComponentProps = {
0 commit comments