From 5d376f87839f1e6350ee7aeda51ade6a5fbbd71f Mon Sep 17 00:00:00 2001 From: rstubryan Date: Mon, 27 Oct 2025 12:56:38 +0700 Subject: [PATCH] refactor(FE-137): remove unnecessary padding from SelectInput for improved layout --- src/components/input/SelectInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/SelectInput.tsx b/src/components/input/SelectInput.tsx index 912d4622..d7b13529 100644 --- a/src/components/input/SelectInput.tsx +++ b/src/components/input/SelectInput.tsx @@ -222,7 +222,7 @@ const SelectInput = (props: SelectInputProps) => { } )} > -
+
{startAdornment} {children}