From 9a1d05e4044d8eba89009e65e4f06f374198ea43 Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Tue, 10 Dec 2024 12:36:59 +1100 Subject: [PATCH] fix: Adjust vertical spacing and text size in DebugEvent component --- app/components/debug-event.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/components/debug-event.tsx b/app/components/debug-event.tsx index 8d0d32a3..babfa813 100644 --- a/app/components/debug-event.tsx +++ b/app/components/debug-event.tsx @@ -71,14 +71,12 @@ export function DebugEvent({ return (
-
+
-

- {startCase(event.type)} -

+

{startCase(event.type)}

{formatDateTime(event.createdAt)}