whyuzeim 1.1.80 → 1.1.81

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.
@@ -144,10 +144,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
144
144
  }, /*#__PURE__*/React.createElement("span", {
145
145
  className: classNames("cui-message-text1", 'prose', {
146
146
  'prose-invert': !isMySelf
147
- }),
148
- style: {
149
- color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
150
- }
147
+ })
151
148
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
152
149
  rehypePlugins: [rehypeHighlight],
153
150
  remarkPlugins: [remarkGfm]
@@ -142,10 +142,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
142
142
  }, /*#__PURE__*/React.createElement("span", {
143
143
  className: classNames("cui-message-text1", 'prose', {
144
144
  'prose-invert': !isMySelf
145
- }),
146
- style: {
147
- color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
148
- }
145
+ })
149
146
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
150
147
  rehypePlugins: [rehypeHighlight],
151
148
  remarkPlugins: [remarkGfm]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.80",
3
+ "version": "1.1.81",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",