Skip to content

Commit

Permalink
Merge pull request #14 from selsa-inube/cmarin/ids1655/adjustment-tit…
Browse files Browse the repository at this point in the history
…le-size-for-nav

Adjust `<Nav />` Component to Use Correct Size for Titles
  • Loading branch information
cmarin001 committed Jun 5, 2024
2 parents 79676b0 + 7630bd9 commit a889072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const MultiSections = ({
direction="row"
alignItems="center"
padding="16px"
height="52px"
height="20px"
justifyContent={collapse ? "space-between" : "unset"}
>
<Text
Expand Down

0 comments on commit a889072

Please sign in to comment.