Skip to content

Commit 9956ed3

Browse files
committed
Tighten desktop nav item type size
1 parent 868a6dd commit 9956ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
684684

685685
function DesktopNavTrigger({ group }: { group: NavMenuGroup }) {
686686
const triggerClassName = twMerge(
687-
'ts-mega-trigger inline-flex items-center gap-1.5 rounded-md px-3 py-2 text-sm font-medium',
687+
'ts-mega-trigger inline-flex items-center gap-1.5 rounded-md px-3 py-2 text-[13px] font-medium',
688688
'text-gray-700 transition-colors hover:bg-gray-500/10 hover:text-gray-950',
689689
'dark:text-gray-300 dark:hover:text-white',
690690
)

0 commit comments

Comments
 (0)