mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
4db1d33f8a
commit
e750fcc76e
1 changed files with 1 additions and 3 deletions
|
|
@ -159,7 +159,5 @@ function normalizeId(s) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function datasetStrokeWidth(color) {
|
|
||||||
return String(color).toUpperCase() === "#FFFFFF" ? 2.5 : 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue