From 928242d79b690a70258750bdf4fcb8fc52ee409c Mon Sep 17 00:00:00 2001 From: Rishabh Saxena Date: Tue, 7 Sep 2021 18:15:04 +0530 Subject: [PATCH] fix: center alignment for profile placeholder (#7197) --- app/client/src/pages/common/ProfileImage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client/src/pages/common/ProfileImage.tsx b/app/client/src/pages/common/ProfileImage.tsx index a1a730e2af..d5e9c24099 100644 --- a/app/client/src/pages/common/ProfileImage.tsx +++ b/app/client/src/pages/common/ProfileImage.tsx @@ -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 {