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};
|
||||
&& span {
|
||||
color: ${(props) => props.theme.colors.text.highlight};
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user