@cuadra-ai/uikit 0.1.15 → 0.1.17

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
@@ -3132,7 +3132,7 @@ function ui() {
3132
3132
  style: {
3133
3133
  maxWidth: "calc(42rem * 0.8)",
3134
3134
  borderRadius: "1.5rem",
3135
- backgroundColor: "hsl(var(--muted))",
3135
+ backgroundColor: "var(--muted)",
3136
3136
  color: "hsl(var(--foreground))",
3137
3137
  paddingLeft: "1.25rem",
3138
3138
  paddingRight: "1.25rem",