scope360-core 0.0.135 → 0.0.136

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.
@@ -19387,7 +19387,7 @@ const __ = /* @__PURE__ */ LC("line", Ol), FC = { class: "chart-container" }, v_
19387
19387
  __name: "SimpleLineChart",
19388
19388
  props: {
19389
19389
  data: { type: Array, required: !0 },
19390
- borderColor: { type: String, default: "#56B683" },
19390
+ borderColor: { type: String, default: "#1bBbbb" },
19391
19391
  gradient: { type: Object, default: { height: 200, startColor: "rgba(86, 182, 131, 0.1)", endColor: "rgba(86, 182, 131, 0)" } }
19392
19392
  },
19393
19393
  setup(t) {