From a14dcf4adb53d8f1d0a6d84154d97cbd4fa9d20b Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 30 Apr 2025 09:04:43 +0200 Subject: [PATCH] form component: unify values and improve cohesiveness of overall design within dyn-form component --- pkgs/webview-ui/app/src/Form/form/index.tsx | 33 +++++++++++---------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/pkgs/webview-ui/app/src/Form/form/index.tsx b/pkgs/webview-ui/app/src/Form/form/index.tsx index d2e971ef5..70c2021d2 100644 --- a/pkgs/webview-ui/app/src/Form/form/index.tsx +++ b/pkgs/webview-ui/app/src/Form/form/index.tsx @@ -368,10 +368,10 @@ export function ListValueDisplay( const bottomMost = () => props.idx === 0; return ( -
-
+
+
{props.children} -
+
+
+ +
), }} // Add the new item to the FieldArray