You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
feat: better contrast for checkmark indicator (#19312)
feat: better constrast
This commit is contained in:
@ -375,7 +375,7 @@
|
|||||||
<Icon path={mdiCheckCircle} size="24" class="text-zinc-800" />
|
<Icon path={mdiCheckCircle} size="24" class="text-zinc-800" />
|
||||||
{:else if selected}
|
{:else if selected}
|
||||||
<div class="rounded-full bg-[#D9DCEF] dark:bg-[#232932]">
|
<div class="rounded-full bg-[#D9DCEF] dark:bg-[#232932]">
|
||||||
<Icon path={mdiCheckCircle} size="24" class="text-immich-primary" />
|
<Icon path={mdiCheckCircle} size="24" class="text-primary" />
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<Icon path={mdiCheckCircle} size="24" class="text-white/80 hover:text-white" />
|
<Icon path={mdiCheckCircle} size="24" class="text-white/80 hover:text-white" />
|
||||||
|
Reference in New Issue
Block a user