From 9379b17bf61e186af16c5a044a916c4730ac51a5 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 24 Jun 2025 20:46:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/code-block.tsx | 6 +++--- apps/web/src/components/example-usage.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/code-block.tsx b/apps/web/src/components/code-block.tsx index edc24185..b4ecdaef 100644 --- a/apps/web/src/components/code-block.tsx +++ b/apps/web/src/components/code-block.tsx @@ -76,7 +76,7 @@ export function CodeBlock({ code, lang, theme, - className: 'w-full text-wrap p-4 text-sm' + className: 'w-full text-wrap p-4 text-sm rounded-sm' }).then(setNodes) }, [code, lang, theme]) @@ -122,8 +122,8 @@ export function CodeBlock({