💄(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:
committed by
aleb_the_flash
parent
4b7419fe4a
commit
4ecb7202ec
@@ -19,7 +19,7 @@ const avatar = cva({
|
|||||||
list: {
|
list: {
|
||||||
width: '32px',
|
width: '32px',
|
||||||
height: '32px',
|
height: '32px',
|
||||||
fontSize: '0.8rem',
|
fontSize: '1.25rem',
|
||||||
},
|
},
|
||||||
placeholder: {
|
placeholder: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user