Change ScenarioRow background color
This commit is contained in:
@@ -15,7 +15,7 @@ const ScenarioRow = (props: {
|
||||
}) => {
|
||||
const [isHovered, setIsHovered] = useState(false);
|
||||
|
||||
const highlightStyle = { backgroundColor: "blackAlpha.50" };
|
||||
const highlightStyle = { backgroundColor: "gray.50" };
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user