diff --git a/packages/react-drag-drop/src/components/DragDrop/DragButton.tsx b/packages/react-drag-drop/src/components/DragDrop/DragButton.tsx index a559839b257..c28fee20d31 100644 --- a/packages/react-drag-drop/src/components/DragDrop/DragButton.tsx +++ b/packages/react-drag-drop/src/components/DragDrop/DragButton.tsx @@ -14,7 +14,11 @@ export interface DragButtonProps extends React.HTMLProps { } export const DragButton: React.FunctionComponent = ({ className, ...props }: DragButtonProps) => ( -