raise sidebar title contrast, fix profile text colors in light mode

This commit is contained in:
Gregor Vostrak
2025-03-30 17:11:30 +02:00
parent d202bd9c47
commit 8e6d1abbf3
6 changed files with 9 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ const displayableRole = (role: string) => {
class="w-8 h-8 rounded-full object-cover"
:src="user.profile_photo_url"
:alt="user.name" />
<div class="ms-4 text-whites">
<div class="ms-4 text-text-primary">
{{ user.name }}
</div>
</div>