@j3m-quantum/ui 0.9.1 → 1.0.0

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.js CHANGED
@@ -939,7 +939,7 @@ function PlayerCanvasPlayButton({
939
939
  className
940
940
  ),
941
941
  style: {
942
- backgroundColor: "var(--j3m-primary-250)",
942
+ backgroundColor: "hsl(var(--primary))",
943
943
  ...style
944
944
  },
945
945
  ...props,
@@ -1079,7 +1079,7 @@ function PlayerCanvasProgress({
1079
1079
  className: "absolute inset-y-0 left-0 rounded-full transition-all duration-200",
1080
1080
  style: {
1081
1081
  width: `${percentage}%`,
1082
- backgroundColor: "var(--j3m-primary-250)"
1082
+ backgroundColor: "hsl(var(--primary))"
1083
1083
  }
1084
1084
  }
1085
1085
  )