amp is stupid
This commit is contained in:
parent
205f1bfdcd
commit
37877bf4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const ResultCell = ({ value }: { value: string | undefined }) => {
|
||||||
|
|
||||||
if (isPositive) {
|
if (isPositive) {
|
||||||
return (
|
return (
|
||||||
<td className="border p-2 bg-red-600 text-green-400 font-semibold">
|
<td className="border p-2 bg-green-600 text-white font-semibold">
|
||||||
{displayValue}
|
{displayValue}
|
||||||
</td>
|
</td>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue