mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
feat: better contrast for checkmark indicator (#19312)
feat: better constrast
This commit is contained in:
parent
3434544864
commit
5cdbb65d28
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user