Skip to content

Commit

Permalink
Fix hover advanced settings (#7488)
Browse files Browse the repository at this point in the history
<img width="264" alt="Capture d’écran 2024-10-08 à 12 12 59"
src="https://github.com/user-attachments/assets/a01621ef-d7e8-44d1-b301-9579ab632a60">
  • Loading branch information
thomtrp authored Oct 8, 2024
1 parent 33d5a57 commit 66ec70f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const StyledSection = styled.div`
display: flex;
flex-direction: column;
gap: ${({ theme }) => theme.betweenSiblingsGap};
width: 100%;
`;

export { StyledSection as NavigationDrawerSection };

0 comments on commit 66ec70f

Please sign in to comment.