From e5b2da53b4864da061e6ccc8748612d25c475603 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 25 Jul 2024 15:23:48 +0200 Subject: [PATCH] feat: :lipstick: Increase text font size --- components/Code.tsx | 2 +- components/MobileNavigation.tsx | 2 +- components/mdx.tsx | 2 +- typography.ts | 33 ++++++++++++++++++--------------- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/components/Code.tsx b/components/Code.tsx index 2bfbef0..a84f2c5 100644 --- a/components/Code.tsx +++ b/components/Code.tsx @@ -162,7 +162,7 @@ function CodePanel({
-
+                
                     {children}
                 
diff --git a/components/MobileNavigation.tsx b/components/MobileNavigation.tsx index 73c43f0..5a79cca 100644 --- a/components/MobileNavigation.tsx +++ b/components/MobileNavigation.tsx @@ -130,7 +130,7 @@ function MobileNavigationDialog({ > diff --git a/components/mdx.tsx b/components/mdx.tsx index 6a7cd0b..0ceb89f 100644 --- a/components/mdx.tsx +++ b/components/mdx.tsx @@ -13,7 +13,7 @@ export { CodeGroup, Code as code, Pre as pre } from "./Code"; export function wrapper({ children }: { children: ReactNode }) { return ( -
+
{children}