Change author ID colour
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m48s

This commit is contained in:
2026-03-06 16:02:37 +00:00
parent 1429a6a5cb
commit ff82b8bdf9

View File

@@ -43,7 +43,7 @@ onUnmounted(() => {
class="flex flex-col flex-1 overflow-y-auto" class="flex flex-col flex-1 overflow-y-auto"
> >
<p v-for="message in messages" :key="message.id"> <p v-for="message in messages" :key="message.id">
<small>{{ message.authorId }}:</small> <span class="text-tertiary">{{ message.authorId }}:</span>
{{ message.text }} {{ message.text }}
</p> </p>
</div> </div>