Skip to content

Commit

Permalink
ISSUE #5312 - remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Amantini1997 committed Feb 27, 2025
1 parent eafbec6 commit ee7c47f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export const Area = styled.div<{ $width: number }>`
width: ${({ $width }) => $width}px;
height: 100%;
display: inline-block;
border: solid 2px red;
background-color:rgba(42, 209, 145, 0.37);
`;

export const DropLine = styled(DelimiterLine)`
Expand Down

0 comments on commit ee7c47f

Please sign in to comment.