mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: better contrast for checkmark indicator (#19312)
feat: better constrast
This commit is contained in:
parent
3434544864
commit
5cdbb65d28
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@
|
|||
<Icon path={mdiCheckCircle} size="24" class="text-zinc-800" />
|
||||
{:else if selected}
|
||||
<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>
|
||||
{:else}
|
||||
<Icon path={mdiCheckCircle} size="24" class="text-white/80 hover:text-white" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue