mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 05:32:13 +08:00
fixed second chart y axis not using correct color
This commit is contained in:
parent
66c02a8037
commit
cd6afb4b30
1 changed files with 2 additions and 2 deletions
|
|
@ -664,8 +664,8 @@ export function updateColors(chart) {
|
|||
} catch {}
|
||||
|
||||
try {
|
||||
chart.options.scales.yAxes[2].ticks.minor.fontColor = ThemeColors.sub;
|
||||
chart.options.scales.yAxes[2].scaleLabel.fontColor = ThemeColors.sub;
|
||||
chart.options.scales.yAxes[1].ticks.minor.fontColor = ThemeColors.sub;
|
||||
chart.options.scales.yAxes[1].scaleLabel.fontColor = ThemeColors.sub;
|
||||
} catch {}
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue