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:
@@ -140,7 +140,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
|
|||||||
tickWidth: 1,
|
tickWidth: 1,
|
||||||
tickLength: 10,
|
tickLength: 10,
|
||||||
tickColor: '#9CADB7',
|
tickColor: '#9CADB7',
|
||||||
crosshair: { color: extendedColors.theme.offwhite },
|
crosshair: { color: `${extendedColors.theme.offwhite}50` },
|
||||||
lineColor: '#9CADB7',
|
lineColor: '#9CADB7',
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
|
|||||||
Reference in New Issue
Block a user