diff --git a/src/components/StockDisplay/StockQuote.tsx b/src/components/StockDisplay/StockQuote.tsx index 9dd86c0f..a7d98472 100644 --- a/src/components/StockDisplay/StockQuote.tsx +++ b/src/components/StockDisplay/StockQuote.tsx @@ -7,7 +7,7 @@ export function StockQuote({ quote }: { quote: Quote }) { return (
{quote.name} - + {!isNegative && "+"} {quote.change.toFixed(2)}% {isNegative ? : } diff --git a/tailwind.config.js b/tailwind.config.js index 060f3aa6..f046f512 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -43,7 +43,8 @@ module.exports = { 300: "#808080", }, dim: "#D9D9D9", - green: "#55FF0080", + green: "#37A600", + red: "#D90000", }, }, fontFamily: {