Vuetify updates

This commit is contained in:
N-Pex 2025-05-06 10:53:34 +02:00
parent c913a40e18
commit c47b975723
43 changed files with 197 additions and 150 deletions

View file

@ -5,7 +5,7 @@
<div class="text-center">
<v-avatar class="join-avatar">
<AuthedImage v-if="roomAvatar" :src="roomAvatar" />
<span v-else class="white--text headline">
<span v-else class="text-white headline">
{{ roomName.substring(0, 1).toUpperCase() }}
</span>
</v-avatar>
@ -51,7 +51,7 @@
<div class="d-inline-block">
<v-avatar color="#e0e0e0">
<AuthedImage v-if="userAvatar" :src="userAvatar" />
<span v-else class="white--text headline">{{ userAvatarLetter }}</span>
<span v-else class="text-white headline">{{ userAvatarLetter }}</span>
</v-avatar>
</div>
{{ userDisplayName }}