From 0de2e87221fa4cddacf26433bb124dbb8058991c Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 4 Nov 2025 15:46:49 +0700 Subject: [PATCH] fix(FE-188): required symbol space --- src/components/input/DateInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/DateInput.tsx b/src/components/input/DateInput.tsx index 92d28397..b2c3a81c 100644 --- a/src/components/input/DateInput.tsx +++ b/src/components/input/DateInput.tsx @@ -201,6 +201,7 @@ const DateInput = ({ {label} {required && ( + {' '} * )}