From 2ebc724a79f396e85197e6a31649a3b5cb851826 Mon Sep 17 00:00:00 2001 From: ben-chamberlain Date: Wed, 31 Jan 2024 15:57:37 +1300 Subject: [PATCH] make legend lines thicker; --- src/views/hazardCharts/HazardChartsPlotsView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/hazardCharts/HazardChartsPlotsView.tsx b/src/views/hazardCharts/HazardChartsPlotsView.tsx index e583294..712e767 100644 --- a/src/views/hazardCharts/HazardChartsPlotsView.tsx +++ b/src/views/hazardCharts/HazardChartsPlotsView.tsx @@ -1,7 +1,7 @@ import React from "react"; import { graphql } from "react-relay"; import { useLazyLoadQuery } from "react-relay"; -import { Box, Alert } from "@mui/material"; +import { Alert, Box, GlobalStyles } from "@mui/material"; import { HazardChartsPlotsViewQuery } from "./__generated__/HazardChartsPlotsViewQuery.graphql"; import { hazardPageOptions } from "./constants/hazardPageOptions"; @@ -49,6 +49,7 @@ const HazardChartsPlotsView: React.FC = ({ )}
+