From e750fcc76e7e4194071400aabed5bc6d59507d26 Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 22:00:35 -0800 Subject: [PATCH] UX Improvements --- viz/app/storeColors.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/viz/app/storeColors.js b/viz/app/storeColors.js index 8765214..4f5023b 100644 --- a/viz/app/storeColors.js +++ b/viz/app/storeColors.js @@ -159,7 +159,5 @@ function normalizeId(s) { }); } - export function datasetStrokeWidth(color) { - return String(color).toUpperCase() === "#FFFFFF" ? 2.5 : 1.5; - } + \ No newline at end of file