Skip to content

Commit 82e9952

Browse files
committed
Use Button instead of ButtonBase as IconButton root element
1 parent 46a9cec commit 82e9952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/IconButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import classnames from 'classnames';
33
import type { IconComponent, PresentationalProps } from '../../types';
44
import { downcastRef } from '../../util/typing';
55
import type { ButtonProps } from './Button';
6-
import Button from './ButtonBase';
6+
import Button from './Button';
77
import { inputGroupStyles } from './InputGroup';
88

99
type ComponentProps = {

0 commit comments

Comments
 (0)