From cc9268bdd35217b6cbc5fc94b6ea002f3b58a6b7 Mon Sep 17 00:00:00 2001 From: Agon Ademaj Date: Tue, 21 May 2024 20:13:03 +0200 Subject: [PATCH] feat: display schema types and fields in a styled box for improved view --- apps/ui/src/components/schema/type.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/src/components/schema/type.tsx b/apps/ui/src/components/schema/type.tsx index 2a2473c5..e6beda09 100644 --- a/apps/ui/src/components/schema/type.tsx +++ b/apps/ui/src/components/schema/type.tsx @@ -19,7 +19,7 @@ export function Type({ schemaId, type }: TypeProps) { } return ( -
+

{kindKeywordMapper[type.kind]} {type.name}