mirror of
https://github.com/basicswap/basicswap.git
synced 2025-04-06 14:27:30 +00:00
Update basicswap/static/js/bids_sentreceived.js
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
This commit is contained in:
parent
633ba5bbe5
commit
210fab9a90
1 changed files with 0 additions and 3 deletions
|
@ -396,9 +396,6 @@ const getStatusClass = (status) => {
|
|||
case 'Delaying':
|
||||
case 'Auto accept delay':
|
||||
return 'bg-blue-300 text-black dark:bg-blue-500 dark:text-white';
|
||||
case 'Abandoned':
|
||||
case 'Rejected':
|
||||
return 'bg-red-300 text-black dark:bg-red-600 dark:text-white';
|
||||
default:
|
||||
return 'bg-blue-300 text-black dark:bg-blue-500 dark:text-white';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue