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.
@@ -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[800],
5895
+ textColor: xe.yellow[950],
5896
5896
  borderColor: xe.yellow[300],
5897
5897
  color: xe.yellow[500]
5898
5898
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.10.55",
3
+ "version": "0.10.56",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
@@ -77,7 +77,7 @@ export const palette: Record<string, ColorPalette> = {
77
77
  yellow: {
78
78
  low: {
79
79
  backgroundColor: colors.yellow[100],
80
- textColor: colors.yellow[800],
80
+ textColor: colors.yellow[950],
81
81
  borderColor: colors.yellow[300],
82
82
  color: colors.yellow[500],
83
83
  },