UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 22:02:23 -08:00
parent 24f4b7239c
commit b9e832a90f
2 changed files with 0 additions and 2 deletions

View file

@ -681,7 +681,6 @@ export async function renderItem($app, skuInput) {
borderColor: stroke,
pointBackgroundColor: base,
pointBorderColor: stroke,
borderWidth: datasetStrokeWidth(base),
};
});

View file

@ -708,7 +708,6 @@ export async function renderStats($app) {
borderColor: stroke,
pointBackgroundColor: base,
pointBorderColor: stroke,
borderWidth: datasetStrokeWidth(base),
};
});