Skip to content

Commit

Permalink
style: 초과한 스택의 개수를 나타내는 text에 padding 추가가 (SP-669)
Browse files Browse the repository at this point in the history
  • Loading branch information
SungHyun627 committed Aug 6, 2024
1 parent 4229e14 commit e9c3131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/RecruitmentCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,6 @@ const StackCountText = styled.span`
font-weight: 500;
line-height: 40px;
color: ${(props) => props.theme.color.black2};
padding-left: 0.5rem;
`;
export default RecruitmentCard;

0 comments on commit e9c3131

Please sign in to comment.