Skip to content

Commit

Permalink
fix(suite): fix switch alignment in sidebar device selector
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhavel committed Jul 25, 2024
1 parent ff35846 commit 053eea3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const Wrapper = styled.div<{ $isAnimationTriggered?: boolean }>`
const InnerContainer = styled.div`
position: relative;
display: flex;
align-items: center;
cursor: pointer;
gap: ${spacingsPx.md};
`;
Expand Down

0 comments on commit 053eea3

Please sign in to comment.