Skip to content

Commit 9f6d568

Browse files
committed
chore: remove redundant styling
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent 8c1e2e8 commit 9f6d568

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ const CollaboratorAvatarGroup = ({ users }: CollaboratorAvatarGroupProps): JSX.E
100100
alt={user.name}
101101
src={user.avatar_url}
102102
borderColor={user.border_color}
103-
style={{
104-
border: `1.25px solid ${user.border_color} !important`
105-
}}
106103
imgProps={{ referrerPolicy: 'no-referrer' }}
107104
onClick={() => openInNewTab(`https://${CLOUD_URL}/user/${user.user_id}`)}
108105
/>
@@ -145,9 +142,6 @@ const CollaboratorAvatarGroup = ({ users }: CollaboratorAvatarGroupProps): JSX.E
145142
alt={user.name}
146143
src={user.avatar_url}
147144
borderColor={user.border_color}
148-
style={{
149-
border: `1.25px solid ${user.border_color} !important`
150-
}}
151145
imgProps={{ referrerPolicy: 'no-referrer' }}
152146
/>
153147
<UserName variant="body1">{user.name}</UserName>

0 commit comments

Comments
 (0)