Change ScenarioRow background color

This commit is contained in:
David Corbitt
2023-08-17 01:44:06 -07:00
parent 82549122e1
commit 3776ffc4c3

View File

@@ -15,7 +15,7 @@ const ScenarioRow = (props: {
}) => {
const [isHovered, setIsHovered] = useState(false);
const highlightStyle = { backgroundColor: "blackAlpha.50" };
const highlightStyle = { backgroundColor: "gray.50" };
return (
<>