Skip to content

Commit

Permalink
refactor: userId 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eunji0714 committed Aug 19, 2024
1 parent 84d66c8 commit 0414837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/user/workation/WkSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const Slider = ({ id }: { id: number }) => {
backgroundColor: isWinner
? '#FBD501'
: member.accountId === userId
? '#FDE000'
? '#FFFFFF'
: 'transparent',
}}
onMouseEnter={() =>
Expand Down

0 comments on commit 0414837

Please sign in to comment.