@goodhood-web/ui 4.6.1 → 4.6.2-development.1
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.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -19566,7 +19566,7 @@ const VP = "_root_1ji00_146", PP = "_root__detailWrapper_1ji00_153", RP = "_root
|
|
|
19566
19566
|
N1,
|
|
19567
19567
|
{
|
|
19568
19568
|
onClick: a.onClick,
|
|
19569
|
-
color: a.color || n === "pinkLight" ? "pinkDark" : "tealAlt",
|
|
19569
|
+
color: a.color || (n === "pinkLight" ? "pinkDark" : "tealAlt"),
|
|
19570
19570
|
size: f,
|
|
19571
19571
|
text: a.text,
|
|
19572
19572
|
rightIcon: a.rightIcon
|