Skip to content

Commit ca1b7cd

Browse files
committed
Refactor: 유저 프로필 shadow 추가
1 parent 2975bf9 commit ca1b7cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pages/Profile/UserProfile/style.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export const UserImg = styled.img`
1111
height: 4.5rem;
1212
object-fit: cover;
1313
border-radius: 50%;
14+
box-shadow:
15+
0px 2px 8px 0px rgba(0, 0, 0, 0.12),
16+
0px 1px 4px 0px rgba(0, 0, 0, 0.08),
17+
0px 0px 1px 0px rgba(0, 0, 0, 0.08);
1418
`;
1519

1620
export const UserDetailsContainer = styled.section`

0 commit comments

Comments
 (0)