whyuzeim 1.1.80 → 1.1.82
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.
|
@@ -142,9 +142,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
142
142
|
},
|
|
143
143
|
className: "inline-block"
|
|
144
144
|
}, /*#__PURE__*/React.createElement("span", {
|
|
145
|
-
className: classNames("cui-message-text1", 'prose',
|
|
146
|
-
'prose-invert': !isMySelf
|
|
147
|
-
}),
|
|
145
|
+
className: classNames("cui-message-text1", 'prose'),
|
|
148
146
|
style: {
|
|
149
147
|
color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
|
|
150
148
|
}
|
|
@@ -140,9 +140,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
140
140
|
},
|
|
141
141
|
className: "inline-block"
|
|
142
142
|
}, /*#__PURE__*/React.createElement("span", {
|
|
143
|
-
className: classNames("cui-message-text1", 'prose',
|
|
144
|
-
'prose-invert': !isMySelf
|
|
145
|
-
}),
|
|
143
|
+
className: classNames("cui-message-text1", 'prose'),
|
|
146
144
|
style: {
|
|
147
145
|
color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
|
|
148
146
|
}
|