From 10f35a1361dfb4672b03391b91090b368c5abbf9 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Fri, 6 Mar 2026 15:16:33 -0500 Subject: [PATCH] make footnotes text sm --- components/Footnotes/FootnoteItemLayout.tsx | 4 ++-- components/Footnotes/FootnoteSideColumnLayout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Footnotes/FootnoteItemLayout.tsx b/components/Footnotes/FootnoteItemLayout.tsx index 140e3571..72c60528 100644 --- a/components/Footnotes/FootnoteItemLayout.tsx +++ b/components/Footnotes/FootnoteItemLayout.tsx @@ -10,14 +10,14 @@ export function FootnoteItemLayout(props: { className?: string; }) { let indexClassName = - "text-tertiary font-medium shrink-0 text-xs leading-normal no-underline hover:underline cursor-pointer"; + "text-tertiary font-medium shrink-0 text-sm leading-normal no-underline hover:underline cursor-pointer"; let indexContent = <>{props.index}.; return (
{props.indexHref ? ( diff --git a/components/Footnotes/FootnoteSideColumnLayout.tsx b/components/Footnotes/FootnoteSideColumnLayout.tsx index 0fac2ddd..ae9007ba 100644 --- a/components/Footnotes/FootnoteSideColumnLayout.tsx +++ b/components/Footnotes/FootnoteSideColumnLayout.tsx @@ -169,7 +169,7 @@ function SideItem(props: {
{props.children} -- 2.51.2