diff --git a/dist/components/Button.js b/dist/components/Button.js index 5fe79fa..7333808 100644 --- a/dist/components/Button.js +++ b/dist/components/Button.js @@ -67,7 +67,7 @@ function x(u) { e && C !== "right" && /* @__PURE__ */ i( S, { - mr: n ? 1 : 0, + mr: n ? 0.5 : 0, name: e, color: a, rotation: N, @@ -88,7 +88,7 @@ function x(u) { e && C === "right" && /* @__PURE__ */ i( S, { - ml: n ? 1 : 0, + ml: n ? 0.5 : 0, name: e, color: a, rotation: N, diff --git a/package.json b/package.json index d53d991..87fd9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tgui-core", - "version": "1.5.3", + "version": "1.5.4", "description": "TGUI core component library", "keywords": ["TGUI", "library", "typescript"], "files": ["dist"],