sprintify-ui 0.10.55 → 0.10.56
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/sprintify-ui.es.js +1 -1
- package/package.json +1 -1
- package/src/utils/colors.ts +1 -1
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -5892,7 +5892,7 @@ const Qm = /* @__PURE__ */ Wa(na), xe = Qm, sc = {
|
|
|
5892
5892
|
yellow: {
|
|
5893
5893
|
low: {
|
|
5894
5894
|
backgroundColor: xe.yellow[100],
|
|
5895
|
-
textColor: xe.yellow[
|
|
5895
|
+
textColor: xe.yellow[950],
|
|
5896
5896
|
borderColor: xe.yellow[300],
|
|
5897
5897
|
color: xe.yellow[500]
|
|
5898
5898
|
},
|
package/package.json
CHANGED
package/src/utils/colors.ts
CHANGED