@empoweredvote/ev-ui 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -279,7 +279,7 @@ function RadarChartCore({
279
279
  cy,
280
280
  r: matches ? dotRadius * (8 / 7) : dotRadius,
281
281
  fill: matches ? "#fed12e" : "#7C6B9E",
282
- stroke: "#FFFFFF",
282
+ stroke: matches ? "#fed12e" : "#7C6B9E",
283
283
  strokeWidth: 3
284
284
  }
285
285
  );
@@ -321,7 +321,7 @@ function RadarChartCore({
321
321
  cy,
322
322
  r: matches ? dotRadius * (8 / 7) : dotRadius,
323
323
  fill: matches ? "#fed12e" : "#5A9A6E",
324
- stroke: "#FFFFFF",
324
+ stroke: matches ? "#fed12e" : "#5A9A6E",
325
325
  strokeWidth: 3
326
326
  }
327
327
  );