mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
UX Improvements
This commit is contained in:
parent
47e02fe475
commit
a2c91eb6c7
2 changed files with 0 additions and 2 deletions
|
|
@ -679,7 +679,6 @@ export async function renderItem($app, skuInput) {
|
||||||
backgroundColor: c,
|
backgroundColor: c,
|
||||||
pointBackgroundColor: c,
|
pointBackgroundColor: c,
|
||||||
pointBorderColor: c,
|
pointBorderColor: c,
|
||||||
borderWidth: datasetStrokeWidth(c),
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -706,7 +706,6 @@ export async function renderStats($app) {
|
||||||
backgroundColor: c,
|
backgroundColor: c,
|
||||||
pointBackgroundColor: c,
|
pointBackgroundColor: c,
|
||||||
pointBorderColor: c,
|
pointBorderColor: c,
|
||||||
borderWidth: datasetStrokeWidth(c),
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue