Skip to content

Commit bcb5df1

Browse files
committed
remove py from hamburger button to match the size of the other buttons in the nav
1 parent 3aa00fe commit bcb5df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Mobile/HamburgerButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const HamburgerButton = forwardRef<HTMLButtonElement, HamburgerProps>(
3232
ref={ref}
3333
id={HAMBURGER_BUTTON_ID}
3434
aria-label={t("aria-toggle-search-button")}
35-
className="px-0 text-body"
35+
className="px-0 py-0 text-body"
3636
variant="ghost"
3737
{...props}
3838
>

0 commit comments

Comments
 (0)