@homebound/beam 3.12.1 → 3.12.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.
package/dist/index.cjs CHANGED
@@ -9579,7 +9579,7 @@ function Button(props) {
9579
9579
  };
9580
9580
  return maybeTooltip({
9581
9581
  title: resolveTooltip(disabled, tooltip),
9582
- placement: "top",
9582
+ placement: "bottom",
9583
9583
  children: getButtonOrLink(buttonContent, onPress, buttonAttrs, openInNew, download)
9584
9584
  });
9585
9585
  }