Skip to content

Commit

Permalink
reduced padding for submenus too
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagov8 authored Jan 8, 2025
1 parent 58b4b97 commit 6589090
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 @@ -152,7 +152,7 @@ const LinkItem: React.FC<{ link: NavMenuColumnGroupItem }> = ({
</p>
</>
) : (
<p className="pl-4 text-sm font-normal text-ssw-black hover:text-ssw-red">
<p className="pl-2 text-sm font-normal text-ssw-black hover:text-ssw-red">
{name}
</p>
)}
Expand Down

0 comments on commit 6589090

Please sign in to comment.