This commit is contained in:
jubitjohn 2023-06-29 20:26:24 +05:30
parent 3de668a610
commit 35fd50c774

View file

@ -14,7 +14,7 @@ const AvatarBaseCollectionShare = styled('div')<{
}>` }>`
width: ${({ size }) => `${size}px`}; width: ${({ size }) => `${size}px`};
height: ${({ size }) => `${size}px`}; height: ${({ size }) => `${size}px`};
background-color: ${({ colorCode }) => `${colorCode}95`}; background-color: ${({ colorCode }) => `${colorCode}`};
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
justify-content: center; justify-content: center;