From 17b4e31a0ee159af6055be0b79851096f1eb6895 Mon Sep 17 00:00:00 2001 From: robuddybot <65057909+robuddybot@users.noreply.github.com> Date: Thu, 26 Dec 2024 05:13:22 +0000 Subject: [PATCH] Build & Release v1.5.4 --- 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 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"],