From 2d498b490972921b938e1dc2a9daf63321226604 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 6 Nov 2025 15:33:58 +0530 Subject: [PATCH] New Field Changes --- src/components/Field.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Field.astro b/src/components/Field.astro index 29190dc..dc9c09f 100644 --- a/src/components/Field.astro +++ b/src/components/Field.astro @@ -296,7 +296,7 @@ const controlWrap = "wr:relative"; p.kind === "textarea" && (
{p.iconLeft && ( - + )} @@ -334,7 +334,7 @@ const controlWrap = "wr:relative"; /> {p.iconRight && ( - + )}