Skip to content

Commit

Permalink
Merge pull request #508 from OGJG-ZAMONG/feature/506-profile-picture
Browse files Browse the repository at this point in the history
506 Profile Picture
  • Loading branch information
jcho0216 authored Dec 23, 2021
2 parents 795f74d + 149589a commit 45d5ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zamong/src/components/Profile/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const ProfileBox = styled.div<{ img: string }>`
height: 200px;
background-size: cover;
border-radius: 120px;
background-position: center;
box-sizing: border-box;
background-image: url(${(props) => props.img});
`;
Expand Down

0 comments on commit 45d5ee5

Please sign in to comment.