Skip to content

Commit 056572b

Browse files
authored
Update CollaboratorAvatarGroup.tsx
Signed-off-by: Mia Grenell <[email protected]>
1 parent ca1697d commit 056572b

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
@@ -146,13 +146,13 @@ const CollaboratorAvatarGroup = ({
146146
key={clientID}
147147
title={
148148
<div style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column' }}>
149-
<Typography style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column', fontSize: '0.9rem' }}>{user.name}</Typography>
149+
<Typography style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column', fontSize: '1rem' }}>{user.name}</Typography>
150150
<Button
151151
size="small"
152152
variant="outlined"
153153
onClick={onOpenWorkspace}
154154
style={{
155-
fontSize: '0.9rem',
155+
fontSize: '1rem',
156156
padding: '2px 8px',
157157
minWidth: 'auto',
158158
marginTop: '4px'

0 commit comments

Comments
 (0)