@kashifd/jwero-components 0.6.58 → 0.6.59
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -49631,7 +49631,7 @@ const nz = (e) => {
|
|
|
49631
49631
|
case "in_progress":
|
|
49632
49632
|
return rt.colors.secondary;
|
|
49633
49633
|
case "pending":
|
|
49634
|
-
return rt.colors.
|
|
49634
|
+
return rt.colors.negative;
|
|
49635
49635
|
default:
|
|
49636
49636
|
return rt.colors.secondary;
|
|
49637
49637
|
}
|