@rpg-engine/long-bow 0.8.3 → 0.8.4

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.
@@ -26939,11 +26939,11 @@ var ExpandedChatContent = /*#__PURE__*/styled.div.withConfig({
26939
26939
  var SocialButtons = /*#__PURE__*/styled.div.withConfig({
26940
26940
  displayName: "ChatRevamp__SocialButtons",
26941
26941
  componentId: "sc-1sdiknw-6"
26942
- })(["display:flex;gap:8px;margin-right:32px;"]);
26942
+ })(["display:flex;gap:8px;margin-right:42px;"]);
26943
26943
  var SocialButton = /*#__PURE__*/styled.button.withConfig({
26944
26944
  displayName: "ChatRevamp__SocialButton",
26945
26945
  componentId: "sc-1sdiknw-7"
26946
- })(["background-color:transparent;border:none;color:white;font-size:16px;cursor:pointer;transition:color 0.3s ease;padding:4px;&:hover{color:", ";}"], uiColors.yellow);
26946
+ })(["background-color:transparent;border:none;color:white;font-size:20px;cursor:pointer;transition:color 0.3s ease;padding:4px;margin-bottom:4px;&:hover{color:", ";}"], uiColors.yellow);
26947
26947
 
26948
26948
  var CheckButton = function CheckButton(_ref) {
26949
26949
  var items = _ref.items,