mirror of
https://github.com/immich-app/immich.git
synced 2025-10-28 01:02:33 -04:00
fix: improve duplicate utility text contrast (#21045)
This commit is contained in:
parent
f343b0e58f
commit
d4f2b43f64
@ -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…
x
Reference in New Issue
Block a user