avatar fix in dark mode

This commit is contained in:
Čarodej
2022-05-30 10:15:25 +02:00
parent 317d7aefc3
commit a4b18c26b5

View File

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