From a59f177f935b9497d8eb73d1707103ec4180f441 Mon Sep 17 00:00:00 2001 From: robuddybot <65057909+robuddybot@users.noreply.github.com> Date: Wed, 8 Jan 2025 05:56:51 +0000 Subject: [PATCH] Build & Release v1.7.2 --- dist/components/Button.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"],