Skip to content

Commit 61d48f7

Browse files
committed
chore: remove border radius
1 parent ae3ecac commit 61d48f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/PriceLine.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ const PriceLine = ({
9696
width: draggable && isOverlappingWithPriceLine ? width + 6 : width - 6,
9797
opacity,
9898
right: price_right_offset,
99-
borderTopRightRadius: isOverlappingWithPriceLine ? 0 : 4,
100-
borderBottomRightRadius: isOverlappingWithPriceLine ? 0 : 4,
10199
}}
102100
>
103101
<HamburgerDragIcon />

0 commit comments

Comments
 (0)