@rpg-engine/long-bow 0.7.17 → 0.7.18
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/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TradingMenu/TradingItemRow.tsx +3 -0
|
@@ -33316,7 +33316,7 @@ var QuantityContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
33316
33316
|
var QuantityInput = /*#__PURE__*/styled__default.input.withConfig({
|
|
33317
33317
|
displayName: "TradingItemRow__QuantityInput",
|
|
33318
33318
|
componentId: "sc-mja0b5-8"
|
|
33319
|
-
})(["width:40px;text-align:center;background-color:", ";color:white;border:1px solid ", ";padding:2px;font-size:", ";border:none;"], uiColors.darkGray, uiColors.lightGray, uiFonts.size.small);
|
|
33319
|
+
})(["width:40px;text-align:center;background-color:", ";color:white;border:1px solid ", ";padding:2px;font-size:", ";border:none;position:relative;left:-3px;"], uiColors.darkGray, uiColors.lightGray, uiFonts.size.small);
|
|
33320
33320
|
|
|
33321
33321
|
var TradingMenu = function TradingMenu(_ref) {
|
|
33322
33322
|
var traderItems = _ref.traderItems,
|