mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): shared link background color on dark mode (#5846)
This commit is contained in:
parent
a7b4727c20
commit
baed16dab6
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@
|
||||||
<p>Manage shared links</p>
|
<p>Manage shared links</p>
|
||||||
</div>
|
</div>
|
||||||
{#if sharedLinks.length === 0}
|
{#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>
|
<p>You don't have any shared links</p>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Reference in a new issue