Skip to content

Commit

Permalink
design: 리뷰 컴포넌트 이미지 배율 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
abyss-s committed Aug 1, 2024
1 parent c643027 commit e1dcae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Review/RateReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const ReviewImage = styled.img`
border-radius: 50%;
width: 70px;
height: 70px;
object-fit: cover;
`;

const RateReview = ({ review }) => {
Expand Down
1 change: 1 addition & 0 deletions src/components/Review/TagReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const ReviewImage = styled.img`
border-radius: 50%;
width: 70px;
height: 70px;
object-fit: cover;
`;

const Tag = styled.span`
Expand Down

0 comments on commit e1dcae2

Please sign in to comment.