From 3776ffc4c377e3434068159d7a2d36ec28559187 Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Thu, 17 Aug 2023 01:44:06 -0700 Subject: [PATCH] Change ScenarioRow background color --- app/src/components/OutputsTable/ScenarioRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>