Skip to content

Commit

Permalink
Merge pull request #111 from SSWConsulting/tiagov8-patch-1
Browse files Browse the repository at this point in the history
making menu headings closer to its items
  • Loading branch information
Calinator444 authored Dec 9, 2024
2 parents 343227e + b6b13b3 commit 3e54254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/SubMenuGroup/SubMenuGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Heading: React.FC<{
children: React.ReactNode;
}> = ({ className, children }) => {
return (
<h3 className={cx("pb-6 text-lg font-bold text-ssw-black", className)}>
<h3 className={cx("pb-4 text-lg font-bold text-ssw-black", className)}>
{children}
</h3>
);
Expand Down

0 comments on commit 3e54254

Please sign in to comment.