Skip to content

Commit

Permalink
making heading closer to its items
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagov8 authored Dec 9, 2024
1 parent 343227e commit b6b13b3
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 b6b13b3

Please sign in to comment.