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 {