@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.
@@ -26199,7 +26199,7 @@ var SendButton = /*#__PURE__*/styled.button.withConfig({
26199
26199
  var CloseButton = /*#__PURE__*/styled.button.withConfig({
26200
26200
  displayName: "Chat__CloseButton",
26201
26201
  componentId: "sc-1bk05n6-6"
26202
- })(["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);
26202
+ })(["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);
26203
26203
 
26204
26204
  var _excluded$2 = ["innerRef"];
26205
26205
  var Input = function Input(_ref) {