mirror of
https://github.com/FluxaMedia/fluxa-desktop.git
synced 2026-08-15 19:56:38 +00:00
fix: make cast avatar photos circular, matching the initials placeholder
This commit is contained in:
parent
8446c28e2d
commit
c655db72af
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export const CastAvatar = React.memo(function CastAvatar({ name, role, imageUrl
|
|||
style={{
|
||||
width: '4.375rem',
|
||||
height: '4.375rem',
|
||||
borderRadius: showImage ? 8 : '50%',
|
||||
borderRadius: '50%',
|
||||
background: showImage ? 'transparent' : 'rgba(255,255,255,0.1)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
|
|
|
|||
Loading…
Reference in a new issue