From bb74b90790f318049fbf0d08c2b050a0317d093e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Sat, 24 Jan 2026 11:19:58 +0700 Subject: [PATCH] chore: adjust TextArea styling --- src/components/input/TextArea.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/input/TextArea.tsx b/src/components/input/TextArea.tsx index 550dbc6b..65bd57d3 100644 --- a/src/components/input/TextArea.tsx +++ b/src/components/input/TextArea.tsx @@ -53,7 +53,7 @@ const TextArea = ({ return (
@@ -61,7 +61,7 @@ const TextArea = ({
); };