From 3fda1b889a17aac3d2767226583efd03522da480 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 14:59:51 +0100 Subject: [PATCH] [dyad] Made schema display more compact - wrote 1 file(s) --- src/components/pretty-schema-display.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pretty-schema-display.tsx b/src/components/pretty-schema-display.tsx index cd13b38..f993d73 100644 --- a/src/components/pretty-schema-display.tsx +++ b/src/components/pretty-schema-display.tsx @@ -114,13 +114,13 @@ const SchemaObjectRenderer = ({ return (
-
+
{Icon && } {label}
-
+
{key === "@type" ? ( {value as string} ) : (