@rpg-engine/long-bow 0.7.8 → 0.7.9

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.
@@ -26560,6 +26560,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
26560
26560
  maxWidth: "140px",
26561
26561
  maxLines: 1
26562
26562
  }, character.name)), React.createElement(CloseButton$2, {
26563
+ className: "close-button",
26563
26564
  onPointerDown: function onPointerDown() {
26564
26565
  return onRemoveRecentChatCharacter == null ? void 0 : onRemoveRecentChatCharacter(character);
26565
26566
  }
@@ -26610,7 +26611,7 @@ var Tab = /*#__PURE__*/styled.button.withConfig({
26610
26611
  }, function (props) {
26611
26612
  return props.active ? uiColors.orange : 'rgba(0, 0, 0, 0.2)';
26612
26613
  }, function (props) {
26613
- return props.active ? 'white' : uiColors.gray;
26614
+ return props.active ? 'white' : uiColors.darkGray;
26614
26615
  });
26615
26616
  var PrivateChatContainer = /*#__PURE__*/styled.div.withConfig({
26616
26617
  displayName: "ChatRevamp__PrivateChatContainer",