From 04148374ae9c3f6eb409276d8f2668b89f963b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=80=EC=A7=80?= <81403265+eunji0714@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:02:42 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20userId=20=EC=83=89=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/_components/user/workation/WkSlider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/_components/user/workation/WkSlider.tsx b/src/app/_components/user/workation/WkSlider.tsx index f16b651f..db5e9cdd 100644 --- a/src/app/_components/user/workation/WkSlider.tsx +++ b/src/app/_components/user/workation/WkSlider.tsx @@ -230,7 +230,7 @@ const Slider = ({ id }: { id: number }) => { backgroundColor: isWinner ? '#FBD501' : member.accountId === userId - ? '#FDE000' + ? '#FFFFFF' : 'transparent', }} onMouseEnter={() =>