diff --git a/dist/components/Button.js b/dist/components/Button.js index 54d59b4..cc7d2e8 100644 --- a/dist/components/Button.js +++ b/dist/components/Button.js @@ -67,7 +67,7 @@ function N(o) { i && C !== "right" && /* @__PURE__ */ r( S, { - mr: n ? 0.5 : 0, + mr: n && 0.5, name: i, color: a, rotation: I, @@ -88,7 +88,7 @@ function N(o) { i && C === "right" && /* @__PURE__ */ r( S, { - ml: n ? 0.5 : 0, + ml: n && 0.5, name: i, color: a, rotation: I, diff --git a/package.json b/package.json index 9642d38..bdae7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tgui-core", - "version": "1.7.1", + "version": "1.7.2", "description": "TGUI core component library", "keywords": ["TGUI", "library", "typescript"], "files": ["dist", "styles"],