fix: center alignment for profile placeholder (#7197)

This commit is contained in:
Rishabh Saxena 2021-09-07 18:15:04 +05:30 committed by GitHub
parent a17be566a9
commit 928242d79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ export const Profile = styled.div<{ backgroundColor?: string; side?: number }>`
background-color: ${(props) => props.backgroundColor};
&& span {
color: ${(props) => props.theme.colors.text.highlight};
letter-spacing: normal;
}
img {