@j3m-quantum/ui 0.7.6 → 0.7.7
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2670,7 +2670,7 @@ function Progress({
|
|
|
2670
2670
|
{
|
|
2671
2671
|
"data-slot": "progress",
|
|
2672
2672
|
className: cn(
|
|
2673
|
-
"bg-
|
|
2673
|
+
"bg-primary/20 relative h-2 w-full overflow-hidden rounded-full",
|
|
2674
2674
|
className
|
|
2675
2675
|
),
|
|
2676
2676
|
...props,
|