From f6dde12c3d15986fcd1b50fcac37766559f125e1 Mon Sep 17 00:00:00 2001 From: jungwoo3490 Date: Mon, 9 Dec 2024 01:11:36 +0900 Subject: [PATCH] fix: set textfield width to 100% --- src/components/Common/TextField/TextField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/TextField/TextField.tsx b/src/components/Common/TextField/TextField.tsx index 535ba64..ebabe5a 100644 --- a/src/components/Common/TextField/TextField.tsx +++ b/src/components/Common/TextField/TextField.tsx @@ -57,7 +57,7 @@ const TextFieldWrapper = styled.div<{ showPlaceholder: boolean; isError: boolean align-items: center; gap: 2rem; - width: 33.5rem; + width: 100%; height: 6rem; padding: 0 1.7rem 0 2rem;