diff --git a/front/src/components/chips/PersonChip.tsx b/front/src/components/chips/PersonChip.tsx index 2c3be2e93..08ed43690 100644 --- a/front/src/components/chips/PersonChip.tsx +++ b/front/src/components/chips/PersonChip.tsx @@ -23,6 +23,7 @@ const StyledContainer = styled.span` img { height: 14px; width: 14px; + border-radius: 100%; object-fit: cover; } `;