Skip to content

Commit

Permalink
Faster drawers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 26, 2024
1 parent 95e0488 commit 521cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/page/Navigation/NavigationLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function ExternalLinks({ closeDrawer }: { closeDrawer?: () => void }) {
mb={6}
maxWidth={{ base: 12, '3xl': '100%' }}
_hover={{ maxWidth: '100%' }}
transitionDuration="0.5s"
transitionDuration="0.2s"
>
<Box
bg="neutral-2"
Expand Down Expand Up @@ -96,7 +96,7 @@ function InternalLinks({
<Box
maxWidth={{ base: 12, '3xl': '100%' }}
_hover={{ maxWidth: '100%' }}
transitionDuration="0.5s"
transitionDuration="0.2s"
mt={12}
mb={3}
pl="11px"
Expand Down

0 comments on commit 521cdde

Please sign in to comment.