fix: session list text color (#23165)

pull/23164/merge
Daniel Dietzler 2025-10-22 19:33:54 +07:00 committed by GitHub
parent 834e52fda6
commit b334288529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -364,7 +364,7 @@
{#each userSessions as session (session.id)}
<DeviceCard {session} />
{:else}
<span class="text-subtle">No mobile devices</span>
<span class="text-dark">No mobile devices</span>
{/each}
</Stack>
</div>