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 (