Skip to content

Commit 09ce8c2

Browse files
authored
fix(avatar): rounded avatars (codesandbox#6704)
1 parent 5d96dde commit 09ce8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/CollaboratorHeads/CollaboratorHeads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const CollaboratorHead = (props: ICollaboratorHeadProps) => (
7676
content: " ' '",
7777
position: 'absolute',
7878
display: 'block',
79-
borderRadius: 2,
79+
borderRadius: '100%',
8080
top: 0,
8181
width: '100%',
8282
height: '100%',

0 commit comments

Comments
 (0)