From c57f1edcecb27e59e2998b903b43580be6553be7 Mon Sep 17 00:00:00 2001 From: Ori Date: Mon, 29 Jun 2026 00:49:10 +0300 Subject: [PATCH] fix input text position --- src/components/form/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/Input.tsx b/src/components/form/Input.tsx index c761da6..11aaaf7 100644 --- a/src/components/form/Input.tsx +++ b/src/components/form/Input.tsx @@ -20,7 +20,7 @@ const Input = forwardRef((props, ref) => { >
{props.startIcon} -
+
{props.placeholder && !props.value ? ( {props.placeholder}