@empoweredvote/ev-ui 0.9.8 → 0.9.9

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
@@ -3339,13 +3339,12 @@ function CompassKey({ compact = false } = {}) {
3339
3339
  persistDismissed(false);
3340
3340
  }
3341
3341
  if (!loaded) return null;
3342
- const Swatch = ({ color, label, ring }) => /* @__PURE__ */ React13.createElement("span", { style: { display: "inline-flex", alignItems: "center", gap: spacing[1] } }, /* @__PURE__ */ React13.createElement("span", { style: {
3342
+ const Swatch = ({ color, label }) => /* @__PURE__ */ React13.createElement("span", { style: { display: "inline-flex", alignItems: "center", gap: spacing[1] } }, /* @__PURE__ */ React13.createElement("span", { style: {
3343
3343
  display: "inline-block",
3344
- width: 12,
3345
- height: 12,
3344
+ width: 16,
3345
+ height: 16,
3346
3346
  borderRadius: "50%",
3347
3347
  background: color,
3348
- border: `2px solid ${ring || "#fff"}`,
3349
3348
  boxShadow: "0 0 0 1px rgba(0,0,0,0.08)"
3350
3349
  } }), /* @__PURE__ */ React13.createElement("span", { style: { fontSize: fontSizes.xs, color: colors.textSecondary, fontFamily: fonts.primary } }, label));
3351
3350
  if (dismissed) {