fix: center alignment for profile placeholder (#7197)
This commit is contained in:
parent
a17be566a9
commit
928242d79b
|
|
@ -14,6 +14,7 @@ export const Profile = styled.div<{ backgroundColor?: string; side?: number }>`
|
||||||
background-color: ${(props) => props.backgroundColor};
|
background-color: ${(props) => props.backgroundColor};
|
||||||
&& span {
|
&& span {
|
||||||
color: ${(props) => props.theme.colors.text.highlight};
|
color: ${(props) => props.theme.colors.text.highlight};
|
||||||
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user