Skip to content

Commit

Permalink
feat: unify button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum authored Jan 4, 2025
1 parent 4742546 commit 41305f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/AltTopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const AltTopNav: FC<IAltTopNavProps> = ({ path, hamburgerIconProps }) => {
ml={4}
/>
<Button
ml={4}
ml={2}
_hover={{
bg: 'brand.500'
}}
Expand Down

0 comments on commit 41305f4

Please sign in to comment.