Skip to content

Commit

Permalink
fix(sidebar): remove incorrect state layer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Sep 9, 2024
1 parent 6fbf940 commit 54a9580
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/app/components/sidebar/sidebarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,6 @@ const CollapsedFeatureBadge = styled(FeatureBadge)`
`;

const StyledInteractionStateLayer = styled(InteractionStateLayer)`
height: ${16 * 2 + 40}px;
width: 70px;
.sidebar-v2 & {
height: 53px;
width: 58px;
Expand Down

0 comments on commit 54a9580

Please sign in to comment.