diff --git a/src/page/my/nickName-change.tsx b/src/page/my/nickName-change.tsx index 49cd277..8177169 100644 --- a/src/page/my/nickName-change.tsx +++ b/src/page/my/nickName-change.tsx @@ -56,7 +56,7 @@ const NickNameChage = () => { -
+
diff --git a/src/page/post-detail-page.tsx b/src/page/post-detail-page.tsx index b189f78..893da7c 100644 --- a/src/page/post-detail-page.tsx +++ b/src/page/post-detail-page.tsx @@ -132,9 +132,9 @@ const PostDetailPage = () => {

역삼동 공터에서 경도 할 사람 찾고 있어요!!(성인만)

-
+
-

+

{ '역삼동 공터에서 경도 하실 분 구합니다~~ 20세 이상 성인분들만 모집하고 있어요! 즐겁게 하실 분들만 신청해주셨으면 좋겠어요~' } @@ -144,9 +144,9 @@ const PostDetailPage = () => {

{canApply && ( -
+
-
+
{icon} diff --git a/src/shared/ui/input.tsx b/src/shared/ui/input.tsx index 93596dd..d9f8a62 100644 --- a/src/shared/ui/input.tsx +++ b/src/shared/ui/input.tsx @@ -29,14 +29,14 @@ const baseInput = ` const sizeStyles: Record = { ssm: 'w-[22.4rem] h-[4.8rem]', - sm: 'w-[26.3rem] px-[1.2rem]', + sm: 'w-full px-[1.2rem]', md: 'w-[26.7rem]', - lg: 'w-[32.7rem]', + lg: 'w-full', }; const Input = ({ inputSize = 'md', icon, className, ...props }: InputProps) => { return ( -
+
{icon && ( *

); }