From a95625e2bb705d4febdc59fddfca832ca45c36f7 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Tue, 24 Feb 2026 22:37:13 +0100 Subject: [PATCH] fix: apply text-[12px] to URL values in Properties panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The PR #43 text-size reduction missed the UrlValue component — both its display span and edit input kept the old larger size. Align them with the 12px used by EditableValue. Co-Authored-By: Claude Opus 4.6 --- src/components/EditableValue.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EditableValue.tsx b/src/components/EditableValue.tsx index c9b85c3d..bba0edd7 100644 --- a/src/components/EditableValue.tsx +++ b/src/components/EditableValue.tsx @@ -38,7 +38,7 @@ export function UrlValue({ if (isEditing) { return ( setEditValue(e.target.value)} @@ -52,7 +52,7 @@ export function UrlValue({ return (