From 406befc21b7d3cbca4d09d7de994dceef01a7069 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 28 Jan 2026 13:43:46 +0700 Subject: [PATCH] refactor(FE): Refine input component styles and error UI --- src/components/input/FileInput.tsx | 18 +++++++++++------- src/components/input/TextInput.tsx | 8 ++++---- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/components/input/FileInput.tsx b/src/components/input/FileInput.tsx index 5f3a8610..f285f687 100644 --- a/src/components/input/FileInput.tsx +++ b/src/components/input/FileInput.tsx @@ -41,7 +41,7 @@ const FileInput = ({ return (
@@ -49,7 +49,7 @@ const FileInput = ({
); }; diff --git a/src/components/input/TextInput.tsx b/src/components/input/TextInput.tsx index 2365d73d..89d4f059 100644 --- a/src/components/input/TextInput.tsx +++ b/src/components/input/TextInput.tsx @@ -102,7 +102,7 @@ const TextInput = ({ {inputPrefix && (