Skip to content

Commit

Permalink
fix(Data Mapper): Increase the connection area at the end of a proper…
Browse files Browse the repository at this point in the history
…ty point (#3599)

increased connection area radius to 1.5 times
  • Loading branch information
Elaina-Lee authored Nov 7, 2023
1 parent a9f0dfe commit 3bbfddd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const useStaticStyles = makeStaticStyles({
'.react-flow__handle': {
// Default handle
zIndex: 5,
width: '10px',
height: '10px',
width: '15px',
height: '15px',
border: `${tokens.strokeWidthThick} solid ${tokens.colorCompoundBrandForeground1}`,
backgroundColor: tokens.colorNeutralBackground1,
},
Expand Down

0 comments on commit 3bbfddd

Please sign in to comment.