From 4ecb7202ecad8aef33af9518d7b9c2d90e796187 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 28 Aug 2024 15:45:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20fix=20avatar=20font=20?= =?UTF-8?q?size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avatar font size was way too small in the participant list context. I tried improve it. Few font sizing are visually uncomfortable in the participant list. --- src/frontend/src/components/Avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/Avatar.tsx b/src/frontend/src/components/Avatar.tsx index dc3fdf23..90fe0618 100644 --- a/src/frontend/src/components/Avatar.tsx +++ b/src/frontend/src/components/Avatar.tsx @@ -19,7 +19,7 @@ const avatar = cva({ list: { width: '32px', height: '32px', - fontSize: '0.8rem', + fontSize: '1.25rem', }, placeholder: { width: '100%',