Skip to content

Commit

Permalink
revert background removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLysiuk committed Apr 12, 2024
1 parent 349dbfc commit cf9dfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/Relation/PanZoom/PanZoom.tsx
Expand Up @@ -345,6 +345,7 @@ const Wrapper = styled.div`
height: 100%;
overflow: hidden;
transition: ${vars.transition};
background: ${({ theme }) => theme.neutrals.L6};
`;

const LoadingContainer = styled.div`
Expand Down

0 comments on commit cf9dfb2

Please sign in to comment.