Skip to content

Commit 02df06f

Browse files
style : Swipe 페이지 텍스트 입력 영역 높이 축소
1 parent 4304f9d commit 02df06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PickPage/Swipe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function SwipePage() {
8080
</section>
8181

8282
{/* 텍스트 입력 영역 */}
83-
<div className="mt-4 h-[516px] w-full rounded-[16px] border border-[#B1B1B1] bg-white p-5">
83+
<div className="mt-4 h-[310px] w-full rounded-[16px] border border-[#B1B1B1] bg-white p-5">
8484
<textarea
8585
className="h-full w-full resize-none text-[16px] leading-[1.5] text-[#222] placeholder:text-[#909090] focus:outline-none"
8686
placeholder={`${

0 commit comments

Comments
 (0)