fix: improve duplicate utility text contrast (#21045)

This commit is contained in:
Arthur Normand 2025-08-18 22:18:52 -04:00 committed by GitHub
parent f343b0e58f
commit d4f2b43f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@
<div
class="absolute bottom-1 end-3 px-4 py-1 rounded-xl text-xs transition-colors {isSelected
? 'bg-green-400/90'
: 'bg-red-300/90'}"
: 'bg-red-300/90'} text-black"
>
{isSelected ? $t('keep') : $t('to_trash')}
</div>