Update basicswap/static/js/bids_sentreceived.js

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
This commit is contained in:
Gerlof van Ek 2025-02-24 23:30:29 +01:00 committed by GitHub
parent c1d8e38aa1
commit c8ddaa52d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -369,9 +369,8 @@ const getStatusClass = (status) => {
return 'bg-gray-200 text-black dark:bg-gray-400 dark:text-white';
case 'Error':
case 'Failed':
case 'Failed, swiped':
return 'bg-red-300 text-black dark:bg-red-600 dark:text-white';
case 'Failed, refunded':
case 'Abandoned':
case 'Rejected':
return 'bg-red-300 text-black dark:bg-red-600 dark:text-white';
case 'InProgress':
case 'Script coin locked':