@kashifd/jwero-components 0.7.7 → 0.7.8
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48884,7 +48884,7 @@ const VF = /* @__PURE__ */ Ho(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
48884
48884
|
className: "avatarContent",
|
|
48885
48885
|
style: {
|
|
48886
48886
|
fontWeight: j ? 900 : 600,
|
|
48887
|
-
color: R.colors.
|
|
48887
|
+
color: j ? "#fff" : R.colors.primary
|
|
48888
48888
|
},
|
|
48889
48889
|
children: z
|
|
48890
48890
|
}
|