mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
dark mode force the asset viewer icons
This commit is contained in:
parent
22e9d8ec6d
commit
e042fa5bff
@ -116,7 +116,7 @@
|
|||||||
<CloseAction {onClose} />
|
<CloseAction {onClose} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2 overflow-x-auto text-white" data-testid="asset-viewer-navbar-actions">
|
<div class="flex gap-2 overflow-x-auto text-white dark" data-testid="asset-viewer-navbar-actions">
|
||||||
<CastButton />
|
<CastButton />
|
||||||
|
|
||||||
{#if !asset.isTrashed && $user && !isLocked}
|
{#if !asset.isTrashed && $user && !isLocked}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user