@segmentify/ui 0.0.11 → 0.0.12

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.
@@ -29134,10 +29134,10 @@ const loe = ({ ...t }) => {
29134
29134
  loading: /* @__PURE__ */ b(Ou, { className: "ui:size-4 ui:animate-spin" })
29135
29135
  },
29136
29136
  style: {
29137
- "--normal-bg": "var(--popover)",
29138
- "--normal-text": "var(--popover-foreground)",
29139
- "--normal-border": "var(--border)",
29140
- "--border-radius": "var(--radius)"
29137
+ "--normal-bg": "var(--ui-popover)",
29138
+ "--normal-text": "var(--ui-popover-foreground)",
29139
+ "--normal-border": "var(--ui-border)",
29140
+ "--border-radius": "var(--ui-radius)"
29141
29141
  },
29142
29142
  ...t
29143
29143
  }