Skip to content

Commit 3e54254

Browse files
authored
Merge pull request #111 from SSWConsulting/tiagov8-patch-1
making menu headings closer to its items
2 parents 343227e + b6b13b3 commit 3e54254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/SubMenuGroup/SubMenuGroup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const Heading: React.FC<{
7373
children: React.ReactNode;
7474
}> = ({ className, children }) => {
7575
return (
76-
<h3 className={cx("pb-6 text-lg font-bold text-ssw-black", className)}>
76+
<h3 className={cx("pb-4 text-lg font-bold text-ssw-black", className)}>
7777
{children}
7878
</h3>
7979
);

0 commit comments

Comments
 (0)