We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143b509 commit 996fd36Copy full SHA for 996fd36
src/components/Profile/styles.ts
@@ -9,7 +9,7 @@ type ProfileProps = {
9
export const Profile = styled.div<ProfileProps>`
10
width: ${({ $size }) => $size + 'px'};
11
height: ${({ $size }) => $size + 'px'};
12
- background: url(${({ $src }) => $src}) center/cover ${({ theme }) => theme.colors.brand.sub};
+ background: url(${({ $src }) => $src}) center/cover ${({ theme }) => theme.colors.brand.lighten_2};
13
cursor: ${({ $userId }) => ($userId ? 'pointer' : 'default')};
14
border-radius: 50%;
15
`
0 commit comments