mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 09:13:14 +03:00
fix: improve duplicate utility text contrast (#21045)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user