1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

fix(web): shared link background color on dark mode (#5846)

This commit is contained in:
martin 2023-12-19 03:26:55 +01:00 committed by GitHub
parent a7b4727c20
commit baed16dab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,9 @@
<p>Manage shared links</p>
</div>
{#if sharedLinks.length === 0}
<div class="m-auto flex w-[50%] place-content-center place-items-center rounded-lg bg-gray-100 p-12">
<div
class="m-auto flex w-[50%] place-content-center place-items-center rounded-lg bg-gray-100 dark:bg-immich-dark-gray dark:text-immich-gray p-12"
>
<p>You don't have any shared links</p>
</div>
{:else}