mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix: session list text color (#23165)
This commit is contained in:
parent
834e52fda6
commit
b334288529
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue