Skip to content

Commit

Permalink
Remove the rounded corners in dnd dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
RadStr committed Jan 23, 2025
1 parent be8b5d4 commit 9b88336
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const DroppableArea = (props: DroppableAreaProps) => {
margin: "0 0 2px 0",
background: "white",
border: "1px solid #ddd",
borderRadius: 4,
fontSize: "12px",
...provided.draggableProps.style,
}}
Expand Down

0 comments on commit 9b88336

Please sign in to comment.