mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
slightly darker start to reviews graph
This commit is contained in:
parent
1229636910
commit
818012e015
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ export function renderReviews(
|
|||
return width ? width : 0;
|
||||
}
|
||||
|
||||
const cappedRange = scaleLinear().range([0.2, 0.5]);
|
||||
const cappedRange = scaleLinear().range([0.3, 0.5]);
|
||||
const shiftedRange = scaleLinear().range([0.4, 0.7]);
|
||||
const darkerGreens = scaleSequential((n) =>
|
||||
interpolateGreens(shiftedRange(n))
|
||||
|
|
Loading…
Reference in a new issue