💄(frontend) fix avatar font size

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.
This commit is contained in:
lebaudantoine
2024-08-28 15:45:44 +02:00
committed by aleb_the_flash
parent 4b7419fe4a
commit 4ecb7202ec

View File

@@ -19,7 +19,7 @@ const avatar = cva({
list: {
width: '32px',
height: '32px',
fontSize: '0.8rem',
fontSize: '1.25rem',
},
placeholder: {
width: '100%',