@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
9582
|
+
placement: "bottom",
|
|
9583
9583
|
children: getButtonOrLink(buttonContent, onPress, buttonAttrs, openInNew, download)
|
|
9584
9584
|
});
|
|
9585
9585
|
}
|