From 2d81b0dfba29b1e432f89042f662e56f7bc86780 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Sat, 24 Jan 2026 11:19:41 +0700 Subject: [PATCH] chore: adjust DateInput styling --- src/components/input/DateInput.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/input/DateInput.tsx b/src/components/input/DateInput.tsx index c1d87afd..558779c7 100644 --- a/src/components/input/DateInput.tsx +++ b/src/components/input/DateInput.tsx @@ -204,17 +204,12 @@ const DateInput = ({ const finalErrorMessage = internalError || externalErrorMessage; return ( -
+
{label && (