Skip to content

Commit 2e04aad

Browse files
larger text size
1 parent 7be58b1 commit 2e04aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navigation/NavigationButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const NavigationButton = ({ handleScroll, label }: NavigationButtonProps) => {
66
return (
77
<Button asChild variant="ghost" className="px-4">
88
<button
9-
className="text-normal"
9+
className="text-large"
1010
aria-label={`Scroll to ${label}`}
1111
title={`Scroll to ${label}`}
1212
onClick={handleScroll}

0 commit comments

Comments
 (0)