@trackunit/react-components 1.4.68 → 1.4.69
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -207,7 +207,7 @@ const cvaTag = cssClassVarianceUtilities.cvaMerge([
|
|
|
207
207
|
secondary: "bg-secondary-100 text-secondary-700",
|
|
208
208
|
neutral: "bg-neutral-100 text-neutral-700",
|
|
209
209
|
black: "bg-neutral-100 text-neutral-700",
|
|
210
|
-
white: "bg-white
|
|
210
|
+
white: "bg-white text-neutral-600",
|
|
211
211
|
info: "bg-info-100 text-info-700",
|
|
212
212
|
success: "bg-success-100 text-success-700",
|
|
213
213
|
warning: "bg-warning-100 text-warning-700",
|
package/index.esm.js
CHANGED
|
@@ -205,7 +205,7 @@ const cvaTag = cvaMerge([
|
|
|
205
205
|
secondary: "bg-secondary-100 text-secondary-700",
|
|
206
206
|
neutral: "bg-neutral-100 text-neutral-700",
|
|
207
207
|
black: "bg-neutral-100 text-neutral-700",
|
|
208
|
-
white: "bg-white
|
|
208
|
+
white: "bg-white text-neutral-600",
|
|
209
209
|
info: "bg-info-100 text-info-700",
|
|
210
210
|
success: "bg-success-100 text-success-700",
|
|
211
211
|
warning: "bg-warning-100 text-warning-700",
|