@youngonesworks/ui 1.0.9 → 1.0.11
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/base.css +2 -0
- package/dist/styles/variables.css +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -753,7 +753,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
753
753
|
"bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
|
|
754
754
|
"bg-red-50 text-red-500": styleVariant === COLOR.RED,
|
|
755
755
|
"bg-purple-light text-black border border-purple": styleVariant === COLOR.PURPLE,
|
|
756
|
-
"bg-purple-light text-purple": styleVariant === COLOR.PURPLE_LIGHT,
|
|
756
|
+
"bg-purple-light text-purple-dark": styleVariant === COLOR.PURPLE_LIGHT,
|
|
757
757
|
"bg-warning-light text-warning": styleVariant === COLOR.WARNING,
|
|
758
758
|
"bg-gray-50 text-black": styleVariant === COLOR.DARK_GRAY,
|
|
759
759
|
"bg-black text-white": styleVariant === COLOR.BLACK,
|