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