From 36c02e53b3220f81a2150e280d894166b088c947 Mon Sep 17 00:00:00 2001 From: Suyoung Date: Tue, 2 Sep 2025 19:59:51 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=92=84design:=20=EB=8C=80=EA=B8=B0?= =?UTF-8?q?=EC=8B=A4=20=EB=B2=84=ED=8A=BC=20=EC=82=AC=EC=9D=B4=EC=A6=88=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95=20=EB=B0=8F=20=EA=B3=B5=ED=86=B5=20className?= =?UTF-8?q?=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/room/[roomId]/_component/PrevGame.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/room/[roomId]/_component/PrevGame.tsx b/src/app/room/[roomId]/_component/PrevGame.tsx index 4615196..6106e8c 100644 --- a/src/app/room/[roomId]/_component/PrevGame.tsx +++ b/src/app/room/[roomId]/_component/PrevGame.tsx @@ -42,6 +42,7 @@ const PrevGame = ({ }: PrevGameProps) => { const gameType = gameToType(roomDetail.game.nameEn); const totalRoundsRef = useRef(GAME_QUESTIONS_COUNT[gameType].MIN); + const buttonClassName = 'text-sm 2xl:text-base font-semibold w-[11rem]'; const { myName } = useRoomStore(); const { openModal } = useModalStore(); @@ -112,10 +113,10 @@ const PrevGame = ({ />