diff --git a/app/src/components/OutputsTable/ScenarioRow.tsx b/app/src/components/OutputsTable/ScenarioRow.tsx index b017d87..474738e 100644 --- a/app/src/components/OutputsTable/ScenarioRow.tsx +++ b/app/src/components/OutputsTable/ScenarioRow.tsx @@ -15,7 +15,7 @@ const ScenarioRow = (props: { }) => { const [isHovered, setIsHovered] = useState(false); - const highlightStyle = { backgroundColor: "blackAlpha.50" }; + const highlightStyle = { backgroundColor: "gray.50" }; return ( <>