Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: remove element border overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed Sep 18, 2018
1 parent 3f356d9 commit 4bd8830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/element/element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const LABEL_BACKGROUND = (props: StyledElementLabelProps): string => {
case ElementState.Highlighted:
return Color.Grey90;
default:
return Color.Grey97;
return 'transparent';
}
};

Expand Down

0 comments on commit 4bd8830

Please sign in to comment.