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
24f4b7239c
commit
b9e832a90f
2 changed files with 0 additions and 2 deletions
|
|
@ -681,7 +681,6 @@ export async function renderItem($app, skuInput) {
|
|||
borderColor: stroke,
|
||||
pointBackgroundColor: base,
|
||||
pointBorderColor: stroke,
|
||||
borderWidth: datasetStrokeWidth(base),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -708,7 +708,6 @@ export async function renderStats($app) {
|
|||
borderColor: stroke,
|
||||
pointBackgroundColor: base,
|
||||
pointBorderColor: stroke,
|
||||
borderWidth: datasetStrokeWidth(base),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue