Skip to content

Commit

Permalink
Build & Release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robuddybot committed Dec 26, 2024
1 parent e03b0c1 commit 17b4e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 17b4e31

Please sign in to comment.