@youngonesworks/ui 1.0.9 → 1.0.10
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/dist/styles/variables.css +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -723,7 +723,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
723
723
|
"bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
|
|
724
724
|
"bg-red-50 text-red-500": styleVariant === COLOR.RED,
|
|
725
725
|
"bg-purple-light text-black border border-purple": styleVariant === COLOR.PURPLE,
|
|
726
|
-
"bg-purple-light text-purple": styleVariant === COLOR.PURPLE_LIGHT,
|
|
726
|
+
"bg-purple-light text-purple-dark": styleVariant === COLOR.PURPLE_LIGHT,
|
|
727
727
|
"bg-warning-light text-warning": styleVariant === COLOR.WARNING,
|
|
728
728
|
"bg-gray-50 text-black": styleVariant === COLOR.DARK_GRAY,
|
|
729
729
|
"bg-black text-white": styleVariant === COLOR.BLACK,
|