@rpg-engine/long-bow 0.7.1 → 0.7.2

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.
@@ -26206,7 +26206,7 @@ var SendButton = /*#__PURE__*/styled__default.button.withConfig({
26206
26206
  var CloseButton = /*#__PURE__*/styled__default.button.withConfig({
26207
26207
  displayName: "Chat__CloseButton",
26208
26208
  componentId: "sc-1bk05n6-6"
26209
- })(["position:absolute;top:-10px;right:-10px;background-color:transparent;border:none;color:white;font-size:16px;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color 0.3s ease;&:hover{color:", ";}"], uiColors.darkYellow);
26209
+ })(["position:absolute;top:0;right:0;background-color:transparent;border:none;color:white;font-size:16px;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color 0.3s ease;&:hover{color:", ";}"], uiColors.darkYellow);
26210
26210
 
26211
26211
  var _excluded$2 = ["innerRef"];
26212
26212
  var Input = function Input(_ref) {