From 5493c63f18a2d5c1e88b6bd232e4aa483cec4a5a Mon Sep 17 00:00:00 2001 From: ishita778 <122644722+ishita778@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:31:23 -0600 Subject: [PATCH] chore: Change the highlight color on-hover over grade distribution bars to off-white/50 (#547) * chore: opacity changed to 50 percent * chore: fix pnpm lock file * chore: pnpm checks pass attempt * chore: pnpm lock checks should work * fix: opacity 50 and pnpm version * chore: pnpm lock file fix --- .../injected/CourseCatalogInjectedPopup/GradeDistribution.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx index e1aa6e99..ff8ccfb9 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx @@ -140,7 +140,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J tickWidth: 1, tickLength: 10, tickColor: '#9CADB7', - crosshair: { color: extendedColors.theme.offwhite }, + crosshair: { color: `${extendedColors.theme.offwhite}50` }, lineColor: '#9CADB7', }, yAxis: {