dark mode force the asset viewer icons

This commit is contained in:
bwees 2025-05-30 18:00:46 -05:00
parent 22e9d8ec6d
commit e042fa5bff
No known key found for this signature in database

View File

@ -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}