Skip to content

Commit 8e2e184

Browse files
authored
Fixed the color of the avatar icon when hovering over (#8895)
Signed-off-by: Alexander Platov <[email protected]>
1 parent 8b91af8 commit 8e2e184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/contact-resources/src/components/AvatarInstance.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
/>
123123
{:else}
124124
<div class="icon">
125-
<Icon icon={icon ?? AvatarIcon} size={'full'} />
125+
<Icon icon={icon ?? AvatarIcon} fill={'var(--white-color)'} size={'full'} />
126126
</div>
127127
{/if}
128128
</div>

0 commit comments

Comments
 (0)