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
This commit is contained in:
ishita778
2025-03-07 13:31:23 -06:00
committed by GitHub
parent 6c3139bf0f
commit 5493c63f18

View File

@@ -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: {