mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: improve duplicate utility text contrast (#21045)
This commit is contained in:
parent
f343b0e58f
commit
d4f2b43f64
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
<div
|
<div
|
||||||
class="absolute bottom-1 end-3 px-4 py-1 rounded-xl text-xs transition-colors {isSelected
|
class="absolute bottom-1 end-3 px-4 py-1 rounded-xl text-xs transition-colors {isSelected
|
||||||
? 'bg-green-400/90'
|
? 'bg-green-400/90'
|
||||||
: 'bg-red-300/90'}"
|
: 'bg-red-300/90'} text-black"
|
||||||
>
|
>
|
||||||
{isSelected ? $t('keep') : $t('to_trash')}
|
{isSelected ? $t('keep') : $t('to_trash')}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue