Skip to content

Commit

Permalink
style: 라인두께 2px 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Feb 29, 2024
1 parent dff1d62 commit 6ccd7d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TournamentCardWrapper = styled.div<TournamentCardWrapperProps>`
width: 16rem;
border: ${({ isClicked }) =>
isClicked ? '3px solid var(--Pink-P-06, #FF2176)' : '3px solid var(--Gray-G-02, #ebe9ea)'};
isClicked ? '2px solid var(--Pink-P-06, #FF2176)' : '2px solid var(--Gray-G-02, #ebe9ea)'};
border-radius: 12px;
margin-bottom: 2rem;
background: ${({ theme }) => theme.colors.white};
Expand Down

0 comments on commit 6ccd7d6

Please sign in to comment.