We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 343227e + b6b13b3 commit 3e54254Copy full SHA for 3e54254
lib/components/SubMenuGroup/SubMenuGroup.tsx
@@ -73,7 +73,7 @@ const Heading: React.FC<{
73
children: React.ReactNode;
74
}> = ({ className, children }) => {
75
return (
76
- <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)}>
77
{children}
78
</h3>
79
);
0 commit comments