Skip to content

Commit 41305f4

Browse files
authored
feat: unify button spacing
1 parent 4742546 commit 41305f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navigation/AltTopNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ const AltTopNav: FC<IAltTopNavProps> = ({ path, hamburgerIconProps }) => {
480480
ml={4}
481481
/>
482482
<Button
483-
ml={4}
483+
ml={2}
484484
_hover={{
485485
bg: 'brand.500'
486486
}}

0 commit comments

Comments
 (0)