From b434f3da45d8cf38e0dd2e804668da165cd78a7c Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Wed, 19 Apr 2023 12:40:53 +0200 Subject: [PATCH] feature: make the person picture circle --- front/src/components/chips/PersonChip.tsx | 1 + 1 file changed, 1 insertion(+) 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; } `;