default color for avatar was changed

This commit is contained in:
Čarodej
2022-04-07 15:44:41 +02:00
parent 85d4f535eb
commit 6ed2efcc4e
3 changed files with 12 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
background: member.data.attributes.color ? member.data.attributes.color : '',
}"
>
<span :class="fontSize" class="font-extrabold uppercase dark:text-gray-800 text-gray-900">
<span :class="fontSize" class="font-extrabold uppercase text-white">
{{ letter }}
</span>
</div>