Use green for FR (and numeric) cards

This commit is contained in:
Austin Chen 2022-06-26 19:44:10 -05:00
parent 3b6ba76db6
commit c1765ca0cb

View File

@ -325,14 +325,6 @@ export function getColor(contract: Contract) {
)
}
if (contract.outcomeType === 'NUMERIC') {
return 'blue-400'
}
if (contract.outcomeType === 'FREE_RESPONSE') {
return 'blue-400'
}
if ((contract.closeTime ?? Infinity) < Date.now()) {
return 'gray-400'
}