@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.js
CHANGED
|
@@ -9156,7 +9156,7 @@ function Button(props) {
|
|
|
9156
9156
|
};
|
|
9157
9157
|
return maybeTooltip({
|
|
9158
9158
|
title: resolveTooltip(disabled, tooltip),
|
|
9159
|
-
placement: "
|
|
9159
|
+
placement: "bottom",
|
|
9160
9160
|
children: getButtonOrLink(buttonContent, onPress, buttonAttrs, openInNew, download)
|
|
9161
9161
|
});
|
|
9162
9162
|
}
|