mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-02 05:08:47 +02:00
Corrected color for an unassigned avatar (#8977)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user