From b6847080eb37e7a44a38c7c8ac76465b7169f770 Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Tue, 31 Oct 2023 09:51:48 -0400 Subject: [PATCH] style fixes --- .../src/components/DragDrop/DragButton.tsx | 6 +- .../src/components/DragDrop/DragDropSort.tsx | 79 +++++++++++++------ .../src/components/DragDrop/Draggable.tsx | 16 ++-- .../DragDrop/DraggableDataListItem.tsx | 16 +++- .../DraggableDualListSelectorListItem.tsx | 18 +++-- .../components/DragDrop/examples/DragDrop.md | 12 ++- 6 files changed, 102 insertions(+), 45 deletions(-) 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) => ( -