Skip to content

Commit 03457c3

Browse files
authored
Update CollaboratorAvatarGroup.tsx
Signed-off-by: jamieplu <[email protected]>
1 parent 8fb9d81 commit 03457c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ const CollaboratorAvatarGroup = ({
145145
<CustomTooltip
146146
key={clientID}
147147
title={
148-
<div style={{ justifyContent: 'center' }}>
149-
<Typography style={{ fontSize: '0.9em' }}>{user.name}</Typography>
148+
<div>
149+
<Typography style={{ fontSize: '0.9rem' }}>{user.name}</Typography>
150150
<Button
151151
size="small"
152152
variant="outlined"

0 commit comments

Comments
 (0)