react-pro-messenger 1.0.36 → 1.0.37
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/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6000,7 +6000,7 @@ const Cd = ({ src: e, className: t }) => {
|
|
|
6000
6000
|
/* @__PURE__ */ p.exports.jsx(
|
|
6001
6001
|
tn,
|
|
6002
6002
|
{
|
|
6003
|
-
className: `fill-blue-200 rotate-180 absolute -right-2 bottom-0 ${r === ie.Telegram ? "[&>g>path]:fill-green-200" : ie.Simple ? "
|
|
6003
|
+
className: `fill-blue-200 rotate-180 absolute -right-2 bottom-0 ${r === ie.Telegram ? "[&>g>path]:fill-green-200" : ie.Simple ? "[&>g>path]:fill-[#4F46E5]" : ""} `
|
|
6004
6004
|
}
|
|
6005
6005
|
)
|
|
6006
6006
|
]
|