We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2975bf9 commit ca1b7cdCopy full SHA for ca1b7cd
1 file changed
src/pages/Profile/UserProfile/style.tsx
@@ -11,6 +11,10 @@ export const UserImg = styled.img`
11
height: 4.5rem;
12
object-fit: cover;
13
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);
18
`;
19
20
export const UserDetailsContainer = styled.section`
0 commit comments