mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
Corrected color for an unassigned avatar
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
845ec007bf
commit
e32a5a6bfd
@ -122,7 +122,11 @@
|
||||
/>
|
||||
{:else}
|
||||
<div class="icon">
|
||||
<Icon icon={icon ?? AvatarIcon} fill={'var(--white-color)'} size={'full'} />
|
||||
<Icon
|
||||
icon={icon ?? AvatarIcon}
|
||||
fill={color ? 'var(--primary-button-color)' : 'var(--theme-caption-color)'}
|
||||
size={'full'}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user